Skip to content

Commit

Permalink
build(Needs bump): Remove dummy publish task
Browse files Browse the repository at this point in the history
The dummy task is not required anymore because the existing publish task is used by ReVanced Library
  • Loading branch information
oSumAtrIX committed Sep 20, 2023
1 parent e8e69aa commit 8da0c2b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions revanced-cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}

0 comments on commit 8da0c2b

Please sign in to comment.