mirror of
https://github.com/ViaVersion/ViaForge.git
synced 2024-11-08 10:09:36 +01:00
b1c239fdbb
- Use the latest forgegradle available, forgegradle 5 - Update mixins - Remove the terrible libs folder and grab libs from repos - Rewrite build.gradle, settings.gradle, gradle.properties to support forgegradle 5 - Upgraded to gradle 7.2 - Use DefaultEventLoopGroup instead of LocalEventLoopGroup, as the latter is deprecated - Both dev environment and building have been tested
6 lines
200 B
INI
6 lines
200 B
INI
distributionBase=GRADLE_USER_HOME
|
|
distributionPath=wrapper/dists
|
|
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
|
|
zipStoreBase=GRADLE_USER_HOME
|
|
zipStorePath=wrapper/dists
|