mirror of
https://github.com/shred/acme4j.git
synced 2025-12-13 11:14:02 +08:00
Fix CI coverage test on Java 11
This commit is contained in:
@@ -12,7 +12,7 @@ test:
|
||||
- docker
|
||||
script:
|
||||
- (cd acme4j-it; mvn -B docker:remove)
|
||||
- mvn -B -P ci org.jacoco:jacoco-maven-plugin:prepare-agent verify
|
||||
- mvn -B -P ci org.jacoco:jacoco-maven-plugin:0.8.3:prepare-agent verify
|
||||
- mvn -B sonar:sonar -Dsonar.gitlab.commit_sha=$CI_BUILD_REF -Dsonar.gitlab.ref_name=$CI_BUILD_REF_NAME
|
||||
|
||||
deploy:
|
||||
|
||||
Reference in New Issue
Block a user