mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-06-12 05:07:37 +02:00
fix: revert removing workaround task publish
This reverts commit 89f866d739
.
This commit is contained in:
@ -13,6 +13,12 @@ buildscript {
|
||||
}
|
||||
}
|
||||
|
||||
// Tracking issue https://github.com/semantic-release/semantic-release/issues/963
|
||||
tasks.register("publish", DefaultTask::class) {
|
||||
group = "publish"
|
||||
description = "Dummy publish to pass the verification phase of the gradle-semantic-release-plugin"
|
||||
}
|
||||
|
||||
tasks.register("clean", Delete::class) {
|
||||
delete(rootProject.buildDir)
|
||||
}
|
||||
|
Reference in New Issue
Block a user