Skip to content
Snippets Groups Projects

Update log4j

Files

+ 4
2
@@ -89,7 +89,9 @@ gradle_test:
- codecov/
reports:
junit: build/test-results/test/TEST-*.xml
cobertura: build/reports/jacoco/test/jacocoTestReport.xml
coverage_report:
coverage_format: cobertura
path: build/reports/jacoco/test/jacocoTestReport.xml
script:
- gradle test
after_script:
@@ -164,7 +166,7 @@ publish_jar:
paths:
- labradoor.jar
script:
- "VERSION=$(gradle properties | grep 'version:' | sed -e 's/version: //')"
- "VERSION=$(gradle properties | grep '^version:' | sed -e 's/version: //')"
- cp -v "build/libs/labradoor-$VERSION-plain.jar" ./labradoor.jar
# Publish to maven repositories
Loading