build: upgrade project JDK 8 to 17

This commit is contained in:
ReaJason
2024-12-05 22:42:02 +08:00
parent cb501e07f6
commit 3af6c3fa8f
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
}