Skip to content

Commit

Permalink
Avoid Github pipeline breaking...
Browse files Browse the repository at this point in the history
  • Loading branch information
fnuecke committed Jul 19, 2022
1 parent 38ef6a4 commit 21d424a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ def getGitRef() {
version = "${semver}+${getGitRef()}"
group = 'li.cil.sedna'

java.toolchain {
languageVersion = JavaLanguageVersion.of(17)
vendor = JvmVendorSpec.ADOPTOPENJDK
}
java.toolchain.languageVersion = JavaLanguageVersion.of(17)

configurations {
embed
Expand Down

0 comments on commit 21d424a

Please sign in to comment.