We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3612fd commit 56dff72Copy full SHA for 56dff72
build.gradle
@@ -74,7 +74,7 @@ dependencies {
74
compile 'com.google.code.gson:gson:2.2.4' // Used instead of Argo for buuilding changelog.
75
compile 'com.github.tony19:named-regexp:0.2.3' // 1.7 Named regexp features
76
77
- compileOnly 'net.md-5:SpecialSource:1.7.4-SNAPSHOT' // deobf and reobs
+ shade 'net.md-5:SpecialSource:1.7.4-SNAPSHOT' // deobf and reobs
78
// compile 'net.md-5:SpecialSource:1.7.4' // when md5 publishes
79
80
// because curse
0 commit comments