refactor: remove workaround task publish

Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
oSumAtrIX 2023-01-02 02:48:51 +01:00
parent 6fd81770bf
commit 89f866d739
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -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)
}