Release 2.6.17

This commit is contained in:
Jonas Herzig
2024-07-10 22:06:28 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -303,7 +303,7 @@ val configureRelocation by tasks.registering {
} }
val bundleJar by tasks.registering(com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar::class) { val bundleJar by tasks.registering(com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar::class) {
from(tasks.remapJar.flatMap { it.archiveFile }.map { zipTree(it) }) from(tasks.remapJar.flatMap { it.archiveFile })
from(jGui.tasks.remapJar.flatMap { it.archiveFile }.map { zipTree(it) }) { from(jGui.tasks.remapJar.flatMap { it.archiveFile }.map { zipTree(it) }) {
filesMatching("mixins.jgui.json") { filesMatching("mixins.jgui.json") {

View File

@@ -1 +1 @@
2.6.16 2.6.17