Skip to content

Commit 0310538

Browse files
committed
Add a publish plugin task dependency to releasePerform
1 parent aad3ce1 commit 0310538

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
@@ -173,3 +173,10 @@ gradle.taskGraph.whenReady { tg ->
173173
}
174174
}
175175
}
176+
177+
tasks.register("releasePerform") {
178+
group "release-perform"
179+
description "See :release:releasePerform for details. Here we hook in publishing to the Plugin Portal"
180+
181+
dependsOn tasks.publishPlugins
182+
}

0 commit comments

Comments
 (0)