Skip to content

Commit f2a3f7b

Browse files
committed
Fix gradle
1 parent 27ee6c1 commit f2a3f7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id("maven-publish")
66
id("fabric-loom") version "1.14.+"
77
kotlin("jvm") version "2.2.21"
8-
id("io.github.goooler.shadow") version "8.1.7"
8+
id("com.gradleup.shadow") version "9.3.0"
99
kotlin("plugin.serialization") version "2.2.21"
1010
id("me.modmuss50.mod-publish-plugin") version "1.1.0"
1111
id("org.jetbrains.changelog") version "2.+"
@@ -157,7 +157,7 @@ publishMods {
157157
tasks {
158158
remapJar {
159159
dependsOn(shadowJar)
160-
input.set(shadowJar.get().archiveFile)
160+
inputFile.set(shadowJar.get().archiveFile)
161161
}
162162

163163
shadowJar {

0 commit comments

Comments
 (0)