Skip to content

Commit b59eab5

Browse files
committed
set mcmod.info version in deobf shadow jar
1 parent af7677c commit b59eab5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,9 @@ tasks {
279279

280280
val devShadowJar by creating(ShadowJar::class) {
281281
configureShadowJar(this, "dev")
282+
doLast {
283+
substituteVersion(this as Jar)
284+
}
282285
}
283286

284287
reobf {

0 commit comments

Comments
 (0)