remove debug

This commit is contained in:
Flemmli97 2021-06-21 13:56:31 +02:00
parent c0811ae3b4
commit 5fbe84d996

View File

@ -187,7 +187,6 @@ tasks.getByName("curseforge").doLast {
task buildUploadAll(group: "publishing") {
dependsOn cleanAll, buildAll, publishAll, tasks.getByName("curseforge")
print project(":fabric").tasks.getByName('remapJar').archiveFile.get().asFile
buildAll.mustRunAfter cleanAll
tasks.findByName("curseforge").mustRunAfter publishAll
}