Skip to content

Commit 8c89d70

Browse files
committed
Add a publish plugin task dependency to releasePerform
1 parent 3d9936b commit 8c89d70

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tooling/hibernate-gradle-plugin/hibernate-gradle-plugin.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,3 +168,10 @@ gradle.taskGraph.whenReady { tg ->
168168
}
169169
}
170170
}
171+
172+
tasks.register("releasePerform") {
173+
group "release-perform"
174+
description "See :release:releasePerform for details. Here we hook in publishing to the Plugin Portal"
175+
176+
dependsOn tasks.publishPlugins
177+
}

0 commit comments

Comments
 (0)