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 2bd349f commit e3612fdCopy full SHA for e3612fd
build.gradle
@@ -74,7 +74,8 @@ 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
- compile 'net.md-5:SpecialSource:1.7.4-SNAPSHOT' // deobf and reobs
+ compileOnly '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
81
compile 'org.apache.httpcomponents:httpclient:4.3.3'
0 commit comments