Skip to content

Commit 8e15dd9

Browse files
committed
HHH-18644 - New and improved hibernate-maven-plugin
- Fix build problem using 'gradle/publishing-pom.gradle' instead of 'gradle/published-java-module.gradle' Signed-off-by: Koen Aers <[email protected]>
1 parent 094b918 commit 8e15dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tooling/hibernate-maven-plugin/hibernate-maven-plugin.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
description = 'Maven plugin to integrate aspects of Hibernate into your build.'
22

3-
//apply from: rootProject.file( 'gradle/published-java-module.gradle' )
3+
apply from: rootProject.file( 'gradle/publishing-pom.gradle' )
44
apply from: rootProject.file( 'gradle/java-module.gradle' )
55

66
apply plugin: 'org.hibernate.build.maven-embedder'

0 commit comments

Comments
 (0)