Update Forgix

This commit is contained in:
Ran
2022-08-20 09:38:31 +00:00
parent 6153b68302
commit da0b34b2dc
+2 -2
View File
@@ -7,7 +7,7 @@ plugins {
id 'com.github.johnrengelman.shadow' version '7.0.0' apply false
// Plugin to create merged jars
id "io.github.pacifistmc.forgix" version "1.2.2"
id "io.github.pacifistmc.forgix" version "1.2.6"
// Provides mc libraries to core
id 'org.spongepowered.gradle.vanilla' version '0.2.1-SNAPSHOT' apply false
@@ -383,4 +383,4 @@ task cleanMergedJars() {
delete mergedFolder
}
}
tasks.getByName("clean").finalizedBy(cleanMergedJars)
tasks.getByName("clean").finalizedBy(cleanMergedJars)