diff options
author | NikkyAI <root@nikky.moe> | 2018-11-04 01:27:55 +0100 |
---|---|---|
committer | Modmuss50 <modmuss50@gmail.com> | 2018-11-04 00:27:55 +0000 |
commit | 40f9168b6af308d7043d4bef765008671533fd82 (patch) | |
tree | 53d481f101fa6086710926f4970106ebc7369f86 /gradle/wrapper | |
parent | eaa00b5dffe80257e4c8cc834b41aeece537ba4f (diff) | |
download | architectury-loom-40f9168b6af308d7043d4bef765008671533fd82.tar.gz architectury-loom-40f9168b6af308d7043d4bef765008671533fd82.tar.bz2 architectury-loom-40f9168b6af308d7043d4bef765008671533fd82.zip |
disable shading and small other fixes (#12)
* make Project in LoomGradleExtension private
* use gradle all distribution
* disable shading
Diffstat (limited to 'gradle/wrapper')
-rw-r--r-- | gradle/wrapper/gradle-wrapper.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index e0b3fb8d..e2ffac9c 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,6 @@ +#Sat Nov 03 23:12:45 CET 2018 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip |