mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-20 16:57:32 +01:00
refactor: remove workaround task publish
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
parent
6fd81770bf
commit
89f866d739
@ -13,12 +13,6 @@ 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)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user