Fix :shadowJar task
It now copies any shadowed jar in any configured subprojects instead of requiring all subprojects
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user