Fix :shadowJar task

It now copies any shadowed jar in any configured subprojects
instead of requiring all subprojects
This commit is contained in:
Jonas Herzig
2019-05-06 11:01:55 +02:00
parent a65f3efbc5
commit b55dce280c
3 changed files with 11 additions and 13 deletions

View File

@@ -11,8 +11,7 @@ pipeline:
- ./gradlew --parallel
- ./gradlew :1.8:setCoreVersion
- ./gradlew --old-gradle :1.7.10:setupCIWorkspace :jGui:1.7.10:setupCIWorkspace
- ./gradlew --old-gradle :1.7.10:shadowJar
- mv versions/1.7.10/build/libs/* build/libs/ && rm build/libs/*-raw.jar
- ./gradlew --old-gradle :1.7.10:shadowJar :shadowJar
archive:
image: plugins/s3
acl: public-read