mirror of
https://github.com/packwiz/packwiz-installer.git
synced 2025-12-13 23:38:26 +01:00
Fix githubRelease as publish task dep
This commit is contained in:
@@ -138,7 +138,7 @@ tasks.githubRelease {
|
|||||||
}
|
}
|
||||||
|
|
||||||
tasks.publish {
|
tasks.publish {
|
||||||
dependsOn(githubRelease)
|
dependsOn(tasks.githubRelease)
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.compileKotlin {
|
tasks.compileKotlin {
|
||||||
|
|||||||
Reference in New Issue
Block a user