Skip to content

Commit

Permalink
Merge branch 'jdk-11' into 'main'
Browse files Browse the repository at this point in the history
Update to jdk-11

See merge request rpki/rpki-ta-0!110
  • Loading branch information
ties committed Oct 9, 2023
2 parents 7d2851c + 9fcea37 commit 041ce89
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 041ce89

Please sign in to comment.