diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-08-18 20:22:03 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-08-18 20:22:03 +0800 |
| commit | 415dd664157a85fe42d676985327cc4b82abeae4 (patch) | |
| tree | 0798c9badc4f934fc1cf9d63d645f9b9dad9a5df | |
| parent | 1880248ef3516f06a0d6185e26ba83b0932f2829 (diff) | |
| download | RoughlyEnoughItems-415dd664157a85fe42d676985327cc4b82abeae4.tar.gz RoughlyEnoughItems-415dd664157a85fe42d676985327cc4b82abeae4.tar.bz2 RoughlyEnoughItems-415dd664157a85fe42d676985327cc4b82abeae4.zip | |
Build!
| -rwxr-xr-x | build.gradle | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/build.gradle b/build.gradle index 270ff37d7..9397da376 100755 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ dependencies { modImplementation("me.shedaniel.cloth:config-2:${cloth_config_version}") { transitive = false } - modApi ("me.shedaniel.cloth:fiber2cloth:1.0.1") { + modApi("me.shedaniel.cloth:fiber2cloth:1.0.1") { transitive = false } modApi "me.zeroeightsix:fiber:0.6.0-7" @@ -60,7 +60,7 @@ dependencies { include("me.shedaniel.cloth:config-2:${cloth_config_version}") { transitive = false } - include ("me.shedaniel.cloth:fiber2cloth:1.0.1") { + include("me.shedaniel.cloth:fiber2cloth:1.0.1") { transitive = false } include "me.zeroeightsix:fiber:0.6.0-7" @@ -89,14 +89,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 |
