Update project JDK Version to 17

This commit is contained in:
Zontreck 2024-02-06 20:58:01 -07:00
parent acd5f1c02c
commit 80148106a2

View file

@ -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()