Skip to content

Commit

Permalink
Update benchmark to use Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Aug 26, 2023
1 parent 40b30c6 commit a8cf37f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmark/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
}

compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}

testOptions {
Expand Down

0 comments on commit a8cf37f

Please sign in to comment.