aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-08-18 18:18:11 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-08-18 18:18:11 +0800
commit9b47df1495d02b74454649bc479cd6827e4f8ad8 (patch)
tree7ef29fe921dcfe284f070f6253c394d6113e20e3 /build.gradle
parent6cdd87f5d4efd0b77a0d59f126fbc49193515b68 (diff)
downloadRoughlyEnoughItems-legacy/2.x.tar.gz
RoughlyEnoughItems-legacy/2.x.tar.bz2
RoughlyEnoughItems-legacy/2.x.zip
Legacy v2.xlegacy/2.x
Diffstat (limited to 'build.gradle')
-rwxr-xr-xbuild.gradle18
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