File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ repositories {
3030dependencies {
3131 fun plugin (id : String , version : String ) = " $id :$id .gradle.plugin:$version "
3232
33- implementation(plugin(" dev.isxander.modstitch.base" , " 0.8.0 " ))
34- implementation(plugin(" dev.kikugie.stonecutter" , " 0.8.1 " ))
33+ implementation(plugin(" dev.isxander.modstitch.base" , " 0.8.4 " ))
34+ implementation(plugin(" dev.kikugie.stonecutter" , " 0.8.2 " ))
3535 implementation(plugin(" fabric-loom" , " 1.14.9" ))
3636 implementation(plugin(" net.neoforged.moddev" , " 2.0.137" ))
3737}
Original file line number Diff line number Diff line change 11import de.undercouch.gradle.tasks.download.Download
22
33plugins {
4- base
54 id(" me.modmuss50.mod-publish-plugin" )
65 id(" dev.kikugie.stonecutter" )
76 id(" de.undercouch.download" ) version " 5.6.0"
@@ -42,7 +41,7 @@ val convertHidDBToSDL3 by tasks.registering(Copy::class) {
4241 filter { it.replace(" Mac OS X" , " macOS" ) }
4342}
4443
45- tasks.clean {
44+ tasks.register( " clean" ) {
4645 delete(layout.buildDirectory.dir(" finalJars" ))
4746}
4847
You can’t perform that action at this time.
0 commit comments