File tree Expand file tree Collapse file tree 5 files changed +24
-8
lines changed
Expand file tree Collapse file tree 5 files changed +24
-8
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,12 @@ Hibernate (https://hibernate.org) version 4.x data types.
8181 <argLine >--add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED</argLine >
8282 </configuration >
8383 </plugin >
84+ <!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
85+ <!-- 28-Feb-2025, jjohannes: Apply plugin last as it has to be the last of all 'package phase' plugins -->
86+ <plugin >
87+ <groupId >org.gradlex</groupId >
88+ <artifactId >gradle-module-metadata-maven-plugin</artifactId >
89+ </plugin >
8490 </plugins >
8591 </build >
8692
Original file line number Diff line number Diff line change @@ -107,6 +107,12 @@ Hibernate (https://hibernate.org) version 5.5 with Jakarta data types.
107107 <jvmVersion >11</jvmVersion >
108108 </configuration >
109109 </plugin >
110+ <!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
111+ <!-- 28-Feb-2025, jjohannes: Apply plugin last as it has to be the last of all 'package phase' plugins -->
112+ <plugin >
113+ <groupId >org.gradlex</groupId >
114+ <artifactId >gradle-module-metadata-maven-plugin</artifactId >
115+ </plugin >
110116 </plugins >
111117 </build >
112118</project >
Original file line number Diff line number Diff line change @@ -115,6 +115,12 @@ Hibernate (https://hibernate.org) version 5.x data types.
115115 <argLine >--add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED</argLine >
116116 </configuration >
117117 </plugin >
118+ <!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
119+ <!-- 28-Feb-2025, jjohannes: Apply plugin last as it has to be the last of all 'package phase' plugins -->
120+ <plugin >
121+ <groupId >org.gradlex</groupId >
122+ <artifactId >gradle-module-metadata-maven-plugin</artifactId >
123+ </plugin >
118124 </plugins >
119125 </build >
120126</project >
Original file line number Diff line number Diff line change @@ -92,6 +92,12 @@ Hibernate (https://hibernate.org/) version 6.x with Jakarta data types.
9292 <jvmVersion >11</jvmVersion >
9393 </configuration >
9494 </plugin >
95+ <!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
96+ <!-- 28-Feb-2025, jjohannes: Apply plugin last as it has to be the last of all 'package phase' plugins -->
97+ <plugin >
98+ <groupId >org.gradlex</groupId >
99+ <artifactId >gradle-module-metadata-maven-plugin</artifactId >
100+ </plugin >
95101 </plugins >
96102 </build >
97103</project >
Original file line number Diff line number Diff line change 144144 </plugin >
145145 </plugins >
146146 </pluginManagement >
147-
148- <!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
149- <plugins >
150- <plugin >
151- <groupId >de.jjohannes</groupId >
152- <artifactId >gradle-module-metadata-maven-plugin</artifactId >
153- </plugin >
154- </plugins >
155147 </build >
156148</project >
You can’t perform that action at this time.
0 commit comments