diff options
-rw-r--r-- | build.gradle | 5 | ||||
-rw-r--r-- | dependencies.gradle | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle index 3e88830d63..f3a7fa2788 100644 --- a/build.gradle +++ b/build.gradle @@ -1,4 +1,4 @@ -//version: 1698936026 +//version: 1699290261 /* DO NOT CHANGE THIS FILE! Also, you may replace this file at any time if there is an update available. @@ -1187,9 +1187,8 @@ publishing { version = System.getenv("RELEASE_VERSION") ?: identifiedVersion } } - repositories { - if (usesMavenPublishing.toBoolean()) { + if (usesMavenPublishing.toBoolean() && System.getenv("MAVEN_USER") != null) { maven { url = mavenPublishUrl allowInsecureProtocol = mavenPublishUrl.startsWith("http://") // Mostly for the GTNH maven diff --git a/dependencies.gradle b/dependencies.gradle index 558a63ba85..05c26f955b 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -1,5 +1,5 @@ dependencies { - api('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.74:dev') + api('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.75:dev') api("com.github.GTNewHorizons:bartworks:0.8.9:dev") implementation('curse.maven:cofh-core-69162:2388751') |