Skip to content

Commit ba19195

Browse files
committed
Switch build to Java 11.
1 parent 802d527 commit ba19195

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.circleci/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
version: 2.1
22
anchors:
33
env_gradle: &env_gradle
4-
environment:
5-
# we're only allowed to use 2 vCPUs
6-
GRADLE_OPTS: "-Dorg.gradle.workers.max=2"
74
docker:
8-
- image: cimg/openjdk:8.0
5+
- image: cimg/openjdk:11.0
96

107
restore_cache_wrapper: &restore_cache_wrapper
118
restore_cache:

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ plugins {
2020
id 'org.jdrupes.mdoclet' apply false
2121
}
2222
blowdryerSetup {
23-
github 'diffplug/blowdryer-diffplug', 'tag', '5.0.2'
23+
github 'diffplug/blowdryer-diffplug', 'tag', '5.0.3'
2424
//devLocal '../blowdryer-diffplug'
2525
}
2626

0 commit comments

Comments
 (0)