Skip to content

Commit 0e99ff6

Browse files
authored
Update moditect settings (#54)
Signed-off-by: Andres Almiray <aalmiray@gmail.com>
1 parent 13251e9 commit 0e99ff6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
<plugin>
242242
<groupId>org.moditect</groupId>
243243
<artifactId>moditect-maven-plugin</artifactId>
244-
<version>1.0.0.RC3</version>
244+
<version>1.0.0.Final</version>
245245
<executions>
246246
<execution>
247247
<id>add-module-infos</id>
@@ -250,8 +250,8 @@
250250
<goal>add-module-info</goal>
251251
</goals>
252252
<configuration>
253-
<jvmVersion>9</jvmVersion>
254253
<overwriteExistingFiles>true</overwriteExistingFiles>
254+
<failOnWarning>false</failOnWarning>
255255
<module>
256256
<moduleInfo>
257257
<name>dev.cdevents</name>

0 commit comments

Comments
 (0)