File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4141 # https://circleci.com/docs/2.0/docker-image-tags.json
4242 # circleci/openjdk:11-jdk-node-browsers
4343 # https://circleci.com/docs/2.0/circleci-images/#openjdk
44+ # https://hub.docker.com/r/circleci/openjdk/
4445 - image : adoptopenjdk/openjdk14
4546 environment :
4647 CC_TEST_REPORTER_ID : $CC_TEST_REPORTER_ID
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ jacocoTestCoverageVerification {
4646}
4747
4848compileTestJava {
49- sourceCompatibility = 13
50- targetCompatibility = 13
49+ sourceCompatibility = 14
50+ targetCompatibility = 14
5151 options. compilerArgs + = [' -parameters' , ' -g' ]
5252}
5353
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-6.0 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.3-rc-3 -bin.zip
44# distributionUrl=https\://services.gradle.org/distributions-snapshots/gradle-6.0-20191004135652+0000-bin.zip
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments