We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de823ce commit c252979Copy full SHA for c252979
build.gradle
@@ -2,7 +2,7 @@ plugins {
2
id 'java'
3
id 'java-library'
4
id 'maven-publish'
5
- id 'com.gradleup.shadow' version '9.0.2'
+ id 'com.gradleup.shadow' version '9.2.2'
6
id 'xyz.wagyourtail.unimined' version '1.4.5-kappa'
7
id 'net.kyori.blossom' version '2.1.0'
8
}
@@ -106,6 +106,7 @@ unimined.minecraft {
106
107
mods {
108
remap(configurations.modCompileOnly)
109
+ remap(configurations.modRuntimeOnly)
110
111
112
0 commit comments