Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
wtlgo committed Jun 13, 2024
1 parent 7832d2f commit 3d473e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,13 @@ processResources {

compileKotlin {
kotlinOptions {
jvmTarget = 11
jvmTarget = targetJavaVersion
}
}

compileTestKotlin {
kotlinOptions {
jvmTarget = 11
jvmTarget = targetJavaVersion
}
}

Expand Down

0 comments on commit 3d473e2

Please sign in to comment.