Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
update deps +bs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Nov 16, 2023
1 parent 8f15e2e commit 359105f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 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
20 changes: 10 additions & 10 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@
*/

dependencies {
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.80:dev')
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.83:dev')
api("com.github.GTNewHorizons:EnderCore:0.2.18:dev")
api("com.github.GTNewHorizons:EnderIO:2.5.3:dev")
api("com.github.GTNewHorizons:ForestryMC:4.6.14:dev")
api("com.github.GTNewHorizons:EnderIO:2.5.4:dev")
api("com.github.GTNewHorizons:ForestryMC:4.7.0:dev")
api("com.github.GTNewHorizons:ModularUI:1.1.22:dev")
api("com.github.GTNewHorizons:Mobs-Info:0.1.10-GTNH:dev")
devOnlyNonPublishable("com.github.GTNewHorizons:Infernal-Mobs:1.7.9-GTNH:dev")
//compileOnly("curse.maven:extrautilities-225561:2264384") {
// transitive = false
//}
compileOnly("com.github.GTNewHorizons:GTplusplus:1.10.24:dev")
compileOnly("com.github.GTNewHorizons:GTplusplus:1.10.30:dev")
{
transitive = false
}
Expand All @@ -61,11 +61,11 @@ dependencies {
{
transitive = false
}
compileOnly("com.github.GTNewHorizons:bartworks:0.8.9:dev")
compileOnly("com.github.GTNewHorizons:bartworks:0.8.12:dev")
{
transitive = false
}
compileOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.2.32:dev")
compileOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.2.38:dev")
{
transitive = false
}
Expand All @@ -84,16 +84,16 @@ dependencies {

// For testing
//runtimeOnly("com.github.GTNewHorizons:BetterLoadingScreen:1.5.2-GTNH:dev")
//runtimeOnly("com.github.GTNewHorizons:GTplusplus:1.10.24:dev")
//runtimeOnly("com.github.GTNewHorizons:GTplusplus:1.10.30:dev")
//runtimeOnly("com.github.GTNewHorizons:harvestcraft:1.1.1-GTNH:dev")
//runtimeOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.2.32:dev")
//runtimeOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.2.38:dev")
//runtimeOnly("com.github.GTNewHorizons:OpenBlocks:1.7.1-GTNH:dev")
//runtimeOnly("com.github.GTNewHorizons:bartworks:0.8.9:dev")
//runtimeOnly("com.github.GTNewHorizons:bartworks:0.8.12:dev")
//runtimeOnly("com.github.GTNewHorizons:CraftTweaker:3.2.13:dev")
//api("com.github.GTNewHorizons:SpecialMobs:3.4.3:dev")
//api("com.github.GTNewHorizons:twilightforest:2.5.1:dev")
//api("com.github.GTNewHorizons:EnderZoo:1.0.23:dev")
runtimeOnly("com.github.GTNewHorizons:Draconic-Evolution:1.2.0-GTNH:dev")
runtimeOnly("com.github.GTNewHorizons:Draconic-Evolution:1.2.1-GTNH:dev")
//runtimeOnly("thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev")
//runtimeOnly("com.github.GTNewHorizons:BloodMagic:1.4.3:dev")
//api("curse.maven:witchery-69673:2234410")
Expand Down

0 comments on commit 359105f

Please sign in to comment.