Skip to content

Commit

Permalink
Update TecTech (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
miozune authored Nov 12, 2023
1 parent 8863c5e commit 2a4fc10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//version: 1697697256
//version: 1699290261
/*
DO NOT CHANGE THIS FILE!
Also, you may replace this file at any time if there is an update available.
Expand Down Expand Up @@ -646,7 +646,7 @@ repositories {

def mixinProviderGroup = "io.github.legacymoddingmc"
def mixinProviderModule = "unimixins"
def mixinProviderVersion = "0.1.7.1"
def mixinProviderVersion = "0.1.13"
def mixinProviderSpecNoClassifer = "${mixinProviderGroup}:${mixinProviderModule}:${mixinProviderVersion}"
def mixinProviderSpec = "${mixinProviderSpecNoClassifer}:dev"
ext.mixinProviderSpec = mixinProviderSpec
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
dependencies {
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.73:dev')
api('com.github.GTNewHorizons:TecTech:5.3.13:dev')
api('com.github.GTNewHorizons:Galaxy-Space-GTNH:1.2.11-GTNH:dev')
api('com.github.GTNewHorizons:GoodGenerator:0.7.5:dev')
compileOnly("com.github.GTNewHorizons:Hodgepodge:2.3.22:dev") {transitive = false}
Expand Down

0 comments on commit 2a4fc10

Please sign in to comment.