Skip to content

Commit e3612fd

Browse files
committed
fix temporary depedency.. until md5 publishes it
1 parent 2bd349f commit e3612fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ dependencies {
7474
compile 'com.google.code.gson:gson:2.2.4' // Used instead of Argo for buuilding changelog.
7575
compile 'com.github.tony19:named-regexp:0.2.3' // 1.7 Named regexp features
7676

77-
compile 'net.md-5:SpecialSource:1.7.4-SNAPSHOT' // deobf and reobs
77+
compileOnly 'net.md-5:SpecialSource:1.7.4-SNAPSHOT' // deobf and reobs
78+
// compile 'net.md-5:SpecialSource:1.7.4' // when md5 publishes
7879

7980
// because curse
8081
compile 'org.apache.httpcomponents:httpclient:4.3.3'

0 commit comments

Comments
 (0)