Just realized that given the move to the new Gradle Publication DSL (HHH-8146), this most likely means that the "testing artifact" will need to become just a different "classifier" ("testing"?) but would have the same artifactId ("hibernate-core").
Not a deal breaker, but something to consider. At the end of the day, that just means that the artifact 'org.hibernate:hibernate-testing:jar' would become 'org.hibernate:hibernate-core:testing'
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Just realized that given the move to the new Gradle Publication DSL (
HHH-8146), this most likely means that the "testing artifact" will need to become just a different "classifier" ("testing"?) but would have the same artifactId ("hibernate-core").Not a deal breaker, but something to consider. At the end of the day, that just means that the artifact 'org.hibernate:hibernate-testing:jar' would become 'org.hibernate:hibernate-core:testing'