Skip to content

Commit

Permalink
update analytics lib jvm tool version
Browse files Browse the repository at this point in the history
  • Loading branch information
AkYML committed Apr 27, 2023
1 parent 922d1c0 commit db0721f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/analytics/analyticsLib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ plugins {
}

java {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
val test by tasks.getting(Test::class) {
useJUnitPlatform { }
Expand Down

0 comments on commit db0721f

Please sign in to comment.