File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2929 RELEASE_TARGET : ${{ github.sha }}
3030 PRERELEASE : true
31- run : ./gradlew --no-daemon :source-managers:build build githubRelease
31+ run : ./gradlew --no-daemon build githubRelease
Original file line number Diff line number Diff line change 3737 PASSWORD : ${{ secrets.M2_PASS }}
3838 # just use master
3939 RELEASE_TARGET : master
40- run : ./gradlew --no-daemon :source-managers:build build publish githubRelease -x test
40+ run : ./gradlew --no-daemon build publish githubRelease -x test
Original file line number Diff line number Diff line change @@ -31,13 +31,15 @@ dependencies {
3131
3232tasks {
3333 jar {
34+ dependsOn(" :source-managers:jar" )
3435 archiveBaseName.set(archivesBaseName)
3536 }
3637 shadowJar {
3738 archiveBaseName.set(archivesBaseName)
3839 archiveClassifier.set(" " )
3940 }
4041 build {
42+ dependsOn(" :source-managers:build" )
4143 dependsOn(processResources)
4244 dependsOn(compileJava)
4345 dependsOn(shadowJar)
You can’t perform that action at this time.
0 commit comments