Skip to content

Commit

Permalink
Cleanly separate Jewel and Jewel-publish plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
rock3r committed Sep 20, 2023
1 parent 29bff14 commit 82f3c00
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/jewel-publish.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@file:Suppress("UnstableApiUsage")

plugins {
kotlin("jvm")
`maven-publish`
id("org.jetbrains.dokka")
id("jewel")
}

val sourcesJar by tasks.registering(Jar::class) {
Expand Down
1 change: 1 addition & 0 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
plugins {
jewel
`jewel-publish`
alias(libs.plugins.composeDesktop)
alias(libs.plugins.kotlinSerialization)
Expand Down
2 changes: 1 addition & 1 deletion ide-laf-bridge/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
alias(libs.plugins.composeDesktop)
jewel
`jewel-publish`
alias(libs.plugins.composeDesktop)
}

dependencies {
Expand Down
1 change: 1 addition & 0 deletions int-ui/int-ui-core/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@file:Suppress("UnstableApiUsage")

plugins {
jewel
`jewel-publish`
alias(libs.plugins.composeDesktop)
`intellij-theme-generator`
Expand Down
1 change: 1 addition & 0 deletions int-ui/int-ui-standalone/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
plugins {
jewel
`jewel-publish`
alias(libs.plugins.composeDesktop)
}
Expand Down

0 comments on commit 82f3c00

Please sign in to comment.