Skip to content

Commit

Permalink
Locks Java to 11 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
adriancole authored Aug 18, 2020
1 parent 2da24d8 commit 5565c28
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,11 @@ subprojects {

subprojects {
group = "org.hypertrace.core.rawspansgrouper"

pluginManager.withPlugin("java") {
configure<JavaPluginExtension> {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}
}
}

0 comments on commit 5565c28

Please sign in to comment.