Commit df091456 by Jonathan Thomas

Exclude the sources

parent 98e2e8f6
Pipeline #11632 passed with stage
in 20 seconds
......@@ -13,11 +13,10 @@ build_mod:
stage: build
script:
- ./gradlew build
- find build/libs -type f -name '*sources*.jar' -exec rm {} \;
artifacts:
paths:
- build/libs/*.jar
excludes:
- build/libs/*-sources.jar
only:
- develop
tags:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment