Skip to content

Commit 44823c7

Browse files
committed
Force srgutils 0.6.2 to fix Forge build issue in 1-snapshot-1
1 parent abf4e4e commit 44823c7

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
buildscript {
2+
configurations.classpath {
3+
resolutionStrategy {
4+
force 'net.minecraftforge:srgutils:0.6.2'
5+
}
6+
}
7+
}
8+
19
plugins {
210
id 'net.darkhax.curseforgegradle' version '1.0.8' apply false
311
id 'com.diffplug.spotless' version '6.25.0' apply false

loader-forge/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import net.darkhax.curseforgegradle.TaskPublishCurseForge
33

44
plugins {
55
id 'multiloader-loader-forge'
6-
id 'net.minecraftforge.gradle' version '[6.0.24,6.2)'
6+
id 'net.minecraftforge.gradle' version '[6.0.50,6.2)'
77
}
88

99
dependencies {

0 commit comments

Comments
 (0)