Skip to content

Commit b0b4080

Browse files
authored
Downgrade jopt-simple from 6.0-alpha-3 to 5.0.4 (#4)
Fixes transitive version mismatches in Forge
1 parent 1c56957 commit b0b4080

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pluginManagement {
66
}
77

88
plugins {
9-
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
9+
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.9.0'
1010
}
1111

1212
dependencyResolutionManagement {
@@ -27,7 +27,7 @@ dependencyResolutionManagement {
2727
library('nulls', 'org.jetbrains:annotations:24.1.0')
2828
library('unsafe', 'net.minecraftforge:unsafe:0.9.2')
2929
library('securemodules', 'net.minecraftforge:securemodules:2.2.14')
30-
library('jopt-simple', 'net.sf.jopt-simple:jopt-simple:6.0-alpha-3')
30+
library('jopt-simple', 'net.sf.jopt-simple:jopt-simple:5.0.4')
3131
library('bootstrap-api', 'net.minecraftforge:bootstrap-api:2.0.0')
3232

3333
version('log4j', '2.22.1')

0 commit comments

Comments
 (0)