Skip to content

Commit

Permalink
Use Java 8 for compatibility with some customers
Browse files Browse the repository at this point in the history
  • Loading branch information
sergej-koscejev committed Aug 28, 2023
1 parent b604ea8 commit 512572d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-tools-lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ publishing {

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

0 comments on commit 512572d

Please sign in to comment.