Skip to content

Commit c252979

Browse files
Fix modRuntimeOnly not working
1 parent de823ce commit c252979

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'java'
33
id 'java-library'
44
id 'maven-publish'
5-
id 'com.gradleup.shadow' version '9.0.2'
5+
id 'com.gradleup.shadow' version '9.2.2'
66
id 'xyz.wagyourtail.unimined' version '1.4.5-kappa'
77
id 'net.kyori.blossom' version '2.1.0'
88
}
@@ -106,6 +106,7 @@ unimined.minecraft {
106106

107107
mods {
108108
remap(configurations.modCompileOnly)
109+
remap(configurations.modRuntimeOnly)
109110
}
110111
}
111112

0 commit comments

Comments
 (0)