1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-09-11 14:55:59 +00:00

Bump to 1.14.1pr1

Which means bumping mappings version. Oh boy, this was not a bundle of
laughs...
This commit is contained in:
SquidDev
2019-05-07 20:40:55 +01:00
parent 2a716244e9
commit b11d4bb209
59 changed files with 306 additions and 295 deletions

View File

@@ -53,7 +53,7 @@ configurations {
dependencies {
minecraft "com.mojang:minecraft:${mc_version}"
mappings "net.fabricmc:yarn:${mc_version}+build.${mappings_version}"
modCompile "net.fabricmc:fabric-loader:0.4.2+build.132"
modCompile "net.fabricmc:fabric-loader:0.4.6+build.141"
modCompile "net.fabricmc:fabric:0.2.7+build.126"
/*
@@ -151,7 +151,7 @@ task proguard(type: ProGuardTask, dependsOn: jar) {
// LWJGL and Apache bundle Java 9 versions, which is great, but rather breaks Proguard
dontwarn 'module-info'
dontwarn 'org.apache.**,org.lwjgl.**'
dontwarn 'org.apache.**,org.lwjgl.**,javax.crypto.SecretKey'
}
task proguardMove(dependsOn: proguard) {