Skip to content

Conversation

dreab8
Copy link
Member

@dreab8 dreab8 commented Sep 26, 2025

https://hibernate.atlassian.net/browse/HHH-19800

backport for 6.6


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license
and can be relicensed under the terms of the LGPL v2.1 license in the future at the maintainers' discretion.
For more information on licensing, please check here.


https://hibernate.atlassian.net/browse/HHH-19800

apply from: rootProject.file( 'gradle/publishing-pom.gradle' )

// Make sure that the publishReleaseArtifacts task of the release module runs the release task of this sub module
tasks.getByPath( ':release:publishReleaseArtifacts' ).dependsOn tasks.release
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure about this one ... is it related to the docs? and if we remove it would the plugins get publihsed ok ?

project.ormVersionFile.text = "hibernateVersion=${version}"
}

def publishReleaseArtifactsTask = tasks.register( 'publishReleaseArtifacts' ) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ahh ok ignore the other comment 🙂

@dreab8 dreab8 marked this pull request as ready for review October 2, 2025 14:03
@dreab8 dreab8 merged commit ea78f09 into hibernate:6.6 Oct 2, 2025
28 of 32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants