Skip to content

Commit

Permalink
Common module should still target Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim203 committed Aug 15, 2023
1 parent 505c065 commit a99d2bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@ dependencies {
api(libs.cumulus)
api(libs.gson)
}

indra {
javaVersions {
target(8)
}
}

0 comments on commit a99d2bc

Please sign in to comment.