Skip to content

Commit

Permalink
chore: update build file
Browse files Browse the repository at this point in the history
  • Loading branch information
mohnoor94 committed Sep 12, 2024
1 parent bb79e1f commit f4764ac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ java {
targetCompatibility = JavaVersion.VERSION_11
}

compileKotlin {
kotlinOptions {
jvmTarget = "11"
}
}

subprojects {
afterEvaluate { project ->
if (project.name == System.getenv('EXCLUDE_MODULE')) {
Expand Down

0 comments on commit f4764ac

Please sign in to comment.