mirror of
https://github.com/runelite/plugin-hub.git
synced 2026-02-23 10:28:52 -05:00
This is to avoid a bug in gradle 6.2.x where it can't write
verification metadata in most cases
Existing plugins may want to run
gradle wrapper --gradle-version 6.6.1
to ensure they are on a matching version
6 lines
202 B
INI
6 lines
202 B
INI
distributionBase=GRADLE_USER_HOME
|
|
distributionPath=wrapper/dists
|
|
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6.1-bin.zip
|
|
zipStoreBase=GRADLE_USER_HOME
|
|
zipStorePath=wrapper/dists
|