Skip to content

Commit

Permalink
Update release task info
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler authored Dec 3, 2024
1 parent 6270b45 commit 9f9d6f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ tasks.whenTaskAdded {
}

tasks.register("release") {
description = "Publishes the plugin to maven repos and deploys website."
group = LifecycleBasePlugin.VERIFICATION_GROUP

dependsOn(
tasks.publish,
tasks.publishPlugins,
Expand Down

0 comments on commit 9f9d6f0

Please sign in to comment.