Skip to content

Commit

Permalink
Update release task group
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler authored Dec 6, 2024
1 parent fcdfa8b commit ce00c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ tasks.whenTaskAdded {

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

dependsOn(
tasks.publish,
Expand Down

0 comments on commit ce00c68

Please sign in to comment.