Skip to content

Commit db0721f

Browse files
committed
update analytics lib jvm tool version
1 parent 922d1c0 commit db0721f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/analytics/analyticsLib/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ plugins {
66
}
77

88
java {
9-
sourceCompatibility = JavaVersion.VERSION_11
10-
targetCompatibility = JavaVersion.VERSION_11
9+
sourceCompatibility = JavaVersion.VERSION_17
10+
targetCompatibility = JavaVersion.VERSION_17
1111
}
1212
val test by tasks.getting(Test::class) {
1313
useJUnitPlatform { }

0 commit comments

Comments
 (0)