File tree 5 files changed +24
-8
lines changed
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.
81
81
<argLine >--add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED</argLine >
82
82
</configuration >
83
83
</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 >
84
90
</plugins >
85
91
</build >
86
92
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.
107
107
<jvmVersion >11</jvmVersion >
108
108
</configuration >
109
109
</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 >
110
116
</plugins >
111
117
</build >
112
118
</project >
Original file line number Diff line number Diff line change @@ -115,6 +115,12 @@ Hibernate (https://hibernate.org) version 5.x data types.
115
115
<argLine >--add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED</argLine >
116
116
</configuration >
117
117
</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 >
118
124
</plugins >
119
125
</build >
120
126
</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.
92
92
<jvmVersion >11</jvmVersion >
93
93
</configuration >
94
94
</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 >
95
101
</plugins >
96
102
</build >
97
103
</project >
Original file line number Diff line number Diff line change 144
144
</plugin >
145
145
</plugins >
146
146
</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 >
155
147
</build >
156
148
</project >
You can’t perform that action at this time.
0 commit comments