Skip to content

Commit

Permalink
Update to jdk-11
Browse files Browse the repository at this point in the history
  • Loading branch information
bjpbakker committed Jun 8, 2023
1 parent 16da839 commit 9fcea37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
image: gradle:jdk8
image: gradle:jdk11

include:
# Run pipeline on main branch, merge requests, tags.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ distTar.compression = Compression.GZIP

java {
toolchain {
languageVersion = JavaLanguageVersion.of(8)
languageVersion = JavaLanguageVersion.of(11)
}
}

Expand Down

0 comments on commit 9fcea37

Please sign in to comment.