We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13251e9 commit 0e99ff6Copy full SHA for 0e99ff6
pom.xml
@@ -241,7 +241,7 @@
241
<plugin>
242
<groupId>org.moditect</groupId>
243
<artifactId>moditect-maven-plugin</artifactId>
244
- <version>1.0.0.RC3</version>
+ <version>1.0.0.Final</version>
245
<executions>
246
<execution>
247
<id>add-module-infos</id>
@@ -250,8 +250,8 @@
250
<goal>add-module-info</goal>
251
</goals>
252
<configuration>
253
- <jvmVersion>9</jvmVersion>
254
<overwriteExistingFiles>true</overwriteExistingFiles>
+ <failOnWarning>false</failOnWarning>
255
<module>
256
<moduleInfo>
257
<name>dev.cdevents</name>
0 commit comments