diff --git a/.sdkmanrc b/.sdkmanrc index f515db0..3dd78c3 100644 --- a/.sdkmanrc +++ b/.sdkmanrc @@ -1 +1,2 @@ -java=11.0.20.1-zulu +java=8.0.432-zulu + diff --git a/build.gradle b/build.gradle index 62503df..a605f7e 100644 --- a/build.gradle +++ b/build.gradle @@ -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()