Skip to content

Commit

Permalink
use JDK 11 for newts 4 circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed Mar 19, 2024
1 parent 36951de commit 85314db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
resource_class: xlarge

environment:
JAVA_HOME: /usr/lib/jvm/java-8-openjdk-amd64
JAVA_HOME: /usr/lib/jvm/java-11-openjdk-amd64
MAVEN_OPTS: -Xmx4096m -XX:+UseParallelGC -XX:+UseParallelOldGC -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -XX:-UseGCOverheadLimit

steps:
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
executor: build-executor

environment:
JAVA_HOME: /usr/lib/jvm/java-8-openjdk-amd64
JAVA_HOME: /usr/lib/jvm/java-11-openjdk-amd64
MAVEN_OPTS: -Xmx4096m -XX:+UseParallelGC -XX:+UseParallelOldGC -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -XX:-UseGCOverheadLimit
GIT_MERGE_AUTOEDIT: no

Expand All @@ -161,7 +161,7 @@ jobs:
executor: build-executor

environment:
JAVA_HOME: /usr/lib/jvm/java-8-openjdk-amd64
JAVA_HOME: /usr/lib/jvm/java-11-openjdk-amd64

steps:
- attach_workspace:
Expand Down

0 comments on commit 85314db

Please sign in to comment.