We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1495162 commit 21ec538Copy full SHA for 21ec538
hibernate-platform/hibernate-platform.gradle
@@ -67,6 +67,17 @@ dependencies {
67
}
68
69
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
81
publishing {
82
publications {
83
publishedArtifacts {
0 commit comments