aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Robertz <dream-master@gmx.net>2023-11-08 08:20:23 +0100
committerMartin Robertz <dream-master@gmx.net>2023-11-08 08:20:23 +0100
commit86a9ad0bd0e249c7a6755f0de0d09605b0d17d5d (patch)
tree732be6d3b60a3ff24954436205257896f0a0d03a
parent75da632860e22bddca835cf3c5b163d40ef95577 (diff)
downloadGT5-Unofficial-86a9ad0bd0e249c7a6755f0de0d09605b0d17d5d.tar.gz
GT5-Unofficial-86a9ad0bd0e249c7a6755f0de0d09605b0d17d5d.tar.bz2
GT5-Unofficial-86a9ad0bd0e249c7a6755f0de0d09605b0d17d5d.zip
update bs+deps
-rw-r--r--build.gradle5
-rw-r--r--dependencies.gradle2
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')