Fix githubRelease as publish task dep

This commit is contained in:
comp500 2022-07-16 18:02:29 +01:00
parent 43873ac7f9
commit f1ba5e4343

View File

@ -138,7 +138,7 @@ tasks.githubRelease {
} }
tasks.publish { tasks.publish {
dependsOn(githubRelease) dependsOn(tasks.githubRelease)
} }
tasks.compileKotlin { tasks.compileKotlin {