Skip to content

Commit

Permalink
TAP5-2741: switch build back to Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
derkoe committed Sep 30, 2023
1 parent 2d51df4 commit fcf0cf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ allprojects {

idea {
project {
languageLevel = "11"
languageLevel = "8"
}
}

Expand Down Expand Up @@ -158,8 +158,8 @@ subprojects {
toolVersion = "0.8.7"
}

sourceCompatibility = "11"
targetCompatibility = "11"
sourceCompatibility = "8"
targetCompatibility = "8"

// See http://jira.codehaus.org/browse/GRADLE-784

Expand Down

0 comments on commit fcf0cf7

Please sign in to comment.