diff options
author | modmuss50 <modmuss50@gmail.com> | 2021-05-12 20:41:38 +0100 |
---|---|---|
committer | modmuss50 <modmuss50@gmail.com> | 2021-05-12 20:41:38 +0100 |
commit | 50f0be767c69f3ac49c3a2c4c8669354a39fd9b3 (patch) | |
tree | bdc742db4382ca89f9c87ba6d6854c5fe0157f80 /gradle/wrapper | |
parent | 29c522536fc16233833221e22eed3f106c0726bc (diff) |
Update to 21w19a and Java 16
This commit can be used as an example on how to update your mod to Java 16. You will need to ensure you have Java 16 installed and set as the active version to run this. Gradle 7 is required along with loom 0.8
Diffstat (limited to 'gradle/wrapper')
-rw-r--r-- | gradle/wrapper/gradle-wrapper.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 442d913..e5338d3 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-6.8.3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists |