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 4c4cecf commit afd7205
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 @@ -8,4 +8,11 @@ plugins {

subprojects {
group = "org.hypertrace.viewgenerator"

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

0 comments on commit afd7205

Please sign in to comment.