Skip to content

Commit

Permalink
Revert to Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
phensley committed Nov 21, 2024
1 parent 1932f90 commit 1cd8dc6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .sdkmanrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
java=11.0.20.1-zulu
java=8.0.432-zulu

6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ apply plugin: 'jacoco'

group = 'com.squarespace.cldr-engine'

sourceCompatibility = 11
targetCompatibility = 11
sourceCompatibility = 1.8
targetCompatibility = 1.8

project.ext {
gsonVersion = '2.10.1'
lombokVersion = '1.18.28'
testngVersion = '7.8.0'
testngVersion = '7.1.0'

buildDate = new java.util.Date()
buildCommit = ('git rev-parse HEAD').execute().text.trim()
Expand Down

0 comments on commit 1cd8dc6

Please sign in to comment.