Skip to content

Commit

Permalink
try updating a few deps, still waiting for forge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfudge committed Jun 15, 2024
1 parent a03fbc3 commit 52fef6c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 9 deletions.
5 changes: 5 additions & 0 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,8 @@ task publishForge {
dependsOn(tasks.modrinth)
}
}

// See https://discord.com/channels/792699517631594506/1237692720219295844/1250428584598962351
configurations.all {
resolutionStrategy.force("net.sf.jopt-simple:jopt-simple:5.0.4")
}
14 changes: 6 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ architectury_plugin = "3.4-SNAPSHOT"
architectury_loom = "1.6-SNAPSHOT"

minotaur = "2.8.7"
#loom_quiltflower = "1.11.0"
cursegradle = "1.4.0" # Must be updated in settings.gradle as well!
shadow = "7.1.2"
task_tree = "2.1.0"
shadow = "8.1.1"
task_tree = "4.0.0"

# Minecraft
minecraft = "1.20.6"
Expand All @@ -36,13 +35,12 @@ release_type = "release"
# Mods & Libraries
yarn_mappings = "1.20.6+build.1"
fabric_loader = "0.15.11"
fabric_api = "0.98.0+1.20.6"
fabric_api = "0.100.0+1.20.6"
modmenu = "10.0.0-beta.1"


quilt_loader = "0.17.6"
forge = "50.0.22"
architectury_api = "12.0.27"
quilt_loader = "0.26.0"
forge = "50.1.0"
architectury_api = "12.0.28"

[libraries]

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
6 changes: 6 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ pluginManagement {

plugins {
id 'de.fayard.refreshVersions' version '0.51.0'
//// # available:'0.60.0'
//// # available:'0.60.1'
//// # available:'0.60.2'
//// # available:'0.60.3'
//// # available:'0.60.4'
//// # available:'0.60.5'
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
}

Expand Down

0 comments on commit 52fef6c

Please sign in to comment.