build: upgrade project JDK 8 to 17

This commit is contained in:
ReaJason
2024-12-05 22:42:02 +08:00
parent 365f4efea0
commit 85576ab6c7
6 changed files with 28 additions and 25 deletions
+3 -4
View File
@@ -5,11 +5,10 @@ plugins {
group = 'com.reajason.javaweb.vul'
version = ''
repositories {
mavenCentral()
}
java {
toolchain {
languageVersion = JavaLanguageVersion.of(8)
}
sourceCompatibility = JavaVersion.VERSION_1_6
targetCompatibility = JavaVersion.VERSION_1_6
}