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
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
1 changed files with 0 additions and 9 deletions

View File

@ -40,13 +40,4 @@ tasks {
build {
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)
}
}