Browse Source
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.8pull/110/head
6 changed files with 15 additions and 21 deletions
@ -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 |
|||
|
Loading…
Reference in new issue