diff options
Diffstat (limited to 'build.gradle')
| -rwxr-xr-x | build.gradle | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/build.gradle b/build.gradle index 062b07ad6..57b664b72 100755 --- a/build.gradle +++ b/build.gradle @@ -74,14 +74,14 @@ publishing { } repositories { - if (project.hasProperty('danielshe_pass')) { - maven { - url = "http://deploy.modmuss50.me/" - credentials { - username = "danielshe" - password = project.getProperty('danielshe_pass') - } - } - } +// if (project.hasProperty('danielshe_pass')) { +// maven { +// url = "http://deploy.modmuss50.me/" +// credentials { +// username = "danielshe" +// password = project.getProperty('danielshe_pass') +// } +// } +// } } }
\ No newline at end of file |
