Remove confusing variable JAVA8_HOME from config.yml
This commit is contained in:
parent
c844501bc5
commit
e46fc30cf6
|
@ -115,7 +115,7 @@ jobs:
|
||||||
test_8:
|
test_8:
|
||||||
<<: *default_test_job
|
<<: *default_test_job
|
||||||
environment:
|
environment:
|
||||||
- JAVA8_HOME: /usr/lib/jvm/java-8-openjdk-amd64
|
# We are building on Java8, this is our default JVM so no need to set more homes
|
||||||
- TEST_TASK: test latestDepTest jacocoTestReport jacocoTestCoverageVerification
|
- TEST_TASK: test latestDepTest jacocoTestReport jacocoTestCoverageVerification
|
||||||
|
|
||||||
test_9:
|
test_9:
|
||||||
|
|
Loading…
Reference in New Issue