Skip to content

Commit

Permalink
Fix a dependency problem in rhino-all
Browse files Browse the repository at this point in the history
Fix intermittent Gradle build warnings
  • Loading branch information
gbrail committed Jul 15, 2024
1 parent bf4a961 commit 84132a9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions rhino-all/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ shadowJar {
}
}

startScripts {
dependsOn 'shadowJar'
}

startShadowScripts {
dependsOn 'jar'
}

publishing {
publications {
rhinoall(MavenPublication) {
Expand Down

0 comments on commit 84132a9

Please sign in to comment.