Skip to content

Commit 528f79e

Browse files
authored
使用 Java 11 构建 buildSrc (#3870)
1 parent 75d0ec3 commit 528f79e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

buildSrc/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ repositories {
33
}
44

55
dependencies {
6-
implementation("com.google.code.gson:gson:2.11.0")
6+
implementation("com.google.code.gson:gson:2.13.0")
77
}
88

99
java {
10-
sourceCompatibility = JavaVersion.VERSION_1_8
11-
targetCompatibility = JavaVersion.VERSION_1_8
10+
sourceCompatibility = JavaVersion.VERSION_11
11+
targetCompatibility = JavaVersion.VERSION_11
1212
}

0 commit comments

Comments
 (0)