build(Needs bump): Remove dummy publish task

The dummy task is not required anymore because the existing publish task is used by ReVanced Library
This commit is contained in:
oSumAtrIX
2023-09-20 06:39:32 +02:00
parent e8e69aaf5a
commit 8da0c2bdfe

View File

@@ -40,13 +40,4 @@ tasks {
build { build {
dependsOn(shadowJar) dependsOn(shadowJar)
} }
// Dummy task to fix the Gradle semantic-release plugin.
// Remove this if you forked it to support building only.
// Tracking issue: https://github.com/KengoTODA/gradle-semantic-release-plugin/issues/435
register<DefaultTask>("publish") {
group = "publish"
description = "Dummy task"
dependsOn(build)
}
} }