From 599d31d58eaa82ebdbede9dbabd7f38fe6f98e7b Mon Sep 17 00:00:00 2001 From: Rob McDougall Date: Sun, 23 Jan 2022 09:14:48 -0500 Subject: [PATCH] Moved to the same versions of Java and gradle as MapTool. Java 17 and Gradle 7.3.2. --- build.gradle | 4 ++-- gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index e6fe0dc..6c995f3 100644 --- a/build.gradle +++ b/build.gradle @@ -10,8 +10,8 @@ apply plugin: 'com.diffplug.spotless' -project.sourceCompatibility = 16 -project.targetCompatibility = 16 +project.sourceCompatibility = 17 +project.targetCompatibility = 17 // In this section you declare where to find the dependencies of your project repositories { diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index f371643..d2880ba 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists