Skip to content

Commit 21ec538

Browse files
dreab8sebersole
authored andcommitted
org.hibernate.orm:hibernate-platform:pom:7.1.7.Final is missing [HHH-19922]
1 parent 1495162 commit 21ec538

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

hibernate-platform/hibernate-platform.gradle

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,17 @@ dependencies {
6767
}
6868
}
6969

70+
task releasePrepare {
71+
group "release-prepare"
72+
description "See :release:releasePrepare for details."
73+
74+
dependsOn generateMetadataFileForPublishedArtifactsPublication
75+
dependsOn generatePomFileForPublishedArtifactsPublication
76+
// we depend on publishAllPublicationsToStagingRepository to make sure that the artifacts are "published" to a local staging directory
77+
// used by JReleaser during the release process
78+
dependsOn publishAllPublicationsToStagingRepository
79+
}
80+
7081
publishing {
7182
publications {
7283
publishedArtifacts {

0 commit comments

Comments
 (0)