test commit so version is different B)

This commit is contained in:
dfsek 2021-03-29 21:14:34 -07:00
parent e4576b3405
commit ec0730ef73

View File

@ -51,6 +51,7 @@ val remapped = tasks.register<RemapJarTask>("remapShadedJar") {
remapAccessWidener.set(true)
}
tasks.register<TaskModrinthUpload>("publishModrinth") {
dependsOn("remapShadedJar")
group = "fabric"