diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-06-03 14:58:11 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-06-03 14:58:11 +0800 |
| commit | 25c2c67d496b0ee679a1531858770ef6420453ef (patch) | |
| tree | 3d1b77a43724a08922907390c7c909d5fe55134a | |
| parent | e6dfba86eab967b6b8ba53b448f9346bcff8bcdd (diff) | |
| download | RoughlyEnoughItems-25c2c67d496b0ee679a1531858770ef6420453ef.tar.gz RoughlyEnoughItems-25c2c67d496b0ee679a1531858770ef6420453ef.tar.bz2 RoughlyEnoughItems-25c2c67d496b0ee679a1531858770ef6420453ef.zip | |
oh my god i forgot
| -rwxr-xr-x | build.gradle | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/build.gradle b/build.gradle index 0541e60de..7ba456364 100755 --- a/build.gradle +++ b/build.gradle @@ -76,14 +76,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 |
