mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-11 05:46:19 +00:00
build(Needs bump): depend on build task when publishing
This fixes the issue that no builds are generated
This commit is contained in:
@@ -52,5 +52,6 @@ tasks {
|
||||
register<DefaultTask>("publish") {
|
||||
group = "publish"
|
||||
description = "Dummy task"
|
||||
dependsOn(build)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user