diff options
author | shedaniel <daniel@shedaniel.me> | 2021-06-20 02:26:17 +0800 |
---|---|---|
committer | shedaniel <daniel@shedaniel.me> | 2021-06-20 02:26:17 +0800 |
commit | 10d810fad176d26ce5e5f9e1f656fc8d3c037a01 (patch) | |
tree | 5e46cd390e49be9077eee1541efe99b9f5bf5111 /build.gradle | |
parent | 4b1f5cc127cc094c5cb59ee875e4a924f313885a (diff) | |
download | architectury-loom-10d810fad176d26ce5e5f9e1f656fc8d3c037a01.tar.gz architectury-loom-10d810fad176d26ce5e5f9e1f656fc8d3c037a01.tar.bz2 architectury-loom-10d810fad176d26ce5e5f9e1f656fc8d3c037a01.zip |
Readd silenceLicense
Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index bae8e322..0726b8a6 100644 --- a/build.gradle +++ b/build.gradle @@ -77,7 +77,8 @@ configurations { configurations.all { resolutionStrategy { - failOnNonReproducibleResolution() + // I am sorry modmuss +// failOnNonReproducibleResolution() } } |