Skip to content

Commit

Permalink
Make JST jar include common components
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebemish committed Dec 27, 2024
1 parent 0000647 commit 5de0eca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ shadowJar {
from sourceSets.common.output
}

jstJar {
from sourceSets.common.output
}

dependencies {
compileOnly cLibs.bundles.compileonly
implementation 'info.picocli:picocli:4.7.6'
Expand Down Expand Up @@ -163,4 +167,4 @@ publishing {
managedVersioning.publishing.mavenStaging(publishing)
managedVersioning.publishing.mavenCentral()
managedVersioning.publishing.mavenPullRequest(publishing)
managedVersioning.publishing.mavenSnapshot(publishing)
managedVersioning.publishing.mavenSnapshot(publishing)

0 comments on commit 5de0eca

Please sign in to comment.