Remove specific dependency on Sponge API 8 in the mod info file (#1221)

This commit is contained in:
Luck
2018-09-23 15:02:02 +01:00
Unverified
parent 1e7ef15e54
commit e2f1c1e16b
2 changed files with 8 additions and 2 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ dependencies {
compileOnly 'org.checkerframework:checker-qual:2.5.5'
}
if (project.hasProperty('sonatypeUsername') && project.hasProperty('sonatypePassword')) {
// disabled by default
if (false && project.hasProperty('sonatypeUsername') && project.hasProperty('sonatypePassword')) {
apply plugin: 'signing'
javadoc {