JDK version should fix the issue.
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
parent
763b4730fa
commit
9446d097a3
@ -4,12 +4,12 @@ name: default
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: maven:3-jdk-10
|
||||
image: maven:3-jdk-11
|
||||
commands:
|
||||
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
|
||||
- mvn test -B
|
||||
- name: analyse
|
||||
image: maven:3-jdk-10
|
||||
image: maven:3-jdk-11
|
||||
failure: ignore
|
||||
commands:
|
||||
- echo $SONAR_HOST_URL
|
||||
|
Loading…
Reference in New Issue
Block a user