File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 167
167
<optimize >true</optimize >
168
168
</configuration >
169
169
</plugin >
170
- <!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
170
+
171
+ <!-- 02-Nov-2020, tatu: Add JDK9+ module info with Moditect -->
172
+ <plugin >
173
+ <groupId >org.moditect</groupId >
174
+ <artifactId >moditect-maven-plugin</artifactId >
175
+ </plugin >
176
+
177
+ <!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
171
178
<plugin >
172
179
<groupId >de.jjohannes</groupId >
173
180
<artifactId >gradle-module-metadata-maven-plugin</artifactId >
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Co-maintainers:
18
18
19
19
#322 Added extension methods to SimpleModule addSerializer and addDeserializer to support KClass arguments that
20
20
register the serializer /deserializer for both the java type and java class .
21
+ #385 : Add Moditect, source module info, to allow Kotlin module usage with Java Module system
21
22
- Add Gradle Module Metadata (https ://blog.gradle.org/alignment-with-gradle-module-metadata)
22
23
23
24
2.11 .3 (02 - Oct - 2020 )
You can’t perform that action at this time.
0 commit comments