We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 922d1c0 commit db0721fCopy full SHA for db0721f
core/analytics/analyticsLib/build.gradle.kts
@@ -6,8 +6,8 @@ plugins {
6
}
7
8
java {
9
- sourceCompatibility = JavaVersion.VERSION_11
10
- targetCompatibility = JavaVersion.VERSION_11
+ sourceCompatibility = JavaVersion.VERSION_17
+ targetCompatibility = JavaVersion.VERSION_17
11
12
val test by tasks.getting(Test::class) {
13
useJUnitPlatform { }
0 commit comments