Skip to content

Commit

Permalink
Use Java 17 to build kotlindsl.provider project
Browse files Browse the repository at this point in the history
  • Loading branch information
donat committed Aug 24, 2023
1 parent 294acd6 commit 0449686
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions org.eclipse.buildship.kotlindsl.provider/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@ def copyLibs = tasks.register('downloadLibs', Download) {
username project.findProperty('gpr.user')
password project.findProperty('gpr.key')
}

java {
toolchain {
languageVersion = JavaLanguageVersion.of(17) // TODO all Gradle plugins should use Java 17 for Eclipse 4.25+
}
}

0 comments on commit 0449686

Please sign in to comment.