Hopefully get minotaur working again

This commit is contained in:
JFronny 2020-12-28 12:34:38 +01:00
parent e0b98d1a2e
commit cf179d9d25

View File

@ -82,6 +82,10 @@ task publishModrinth (type: TaskModrinthUpload){
addGameVersion("${project.minecraft_version}")
addLoader('fabric')
versionName = "[${project.minecraft_version}] ${project.mod_version}"
afterEvaluate {
tasks.publishModrinth.dependsOn(remapJar)
tasks.publishModrinth.dependsOn(sourcesJar)
}
}
curseforge {