mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-08 11:05:49 +01:00
fix: revert removing workaround task publish
This reverts commit 89f866d739
.
This commit is contained in:
parent
843dd9de9e
commit
64c31b84e7
@ -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) {
|
tasks.register("clean", Delete::class) {
|
||||||
delete(rootProject.buildDir)
|
delete(rootProject.buildDir)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user