Update project JDK Version to 17
This commit is contained in:
parent
acd5f1c02c
commit
80148106a2
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ plugins {
|
||||||
group = "dev.zontreck"
|
group = "dev.zontreck"
|
||||||
archivesBaseName = "EventsBus"
|
archivesBaseName = "EventsBus"
|
||||||
|
|
||||||
java.toolchain.languageVersion = JavaLanguageVersion.of(8)
|
java.toolchain.languageVersion = JavaLanguageVersion.of(17)
|
||||||
java {
|
java {
|
||||||
withSourcesJar()
|
withSourcesJar()
|
||||||
withJavadocJar()
|
withJavadocJar()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue