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 4f6b022 commit f780b68Copy full SHA for f780b68
pom.xml
@@ -48,22 +48,10 @@
48
<goalPrefix>avaje-provides</goalPrefix>
49
</configuration>
50
</plugin>
51
- <plugin>
52
- <groupId>org.apache.maven.plugins</groupId>
53
- <artifactId>maven-compiler-plugin</artifactId>
54
- <configuration>
55
- <compilerArgs>
56
- --enable-preview
57
- </compilerArgs>
58
- </configuration>
59
- </plugin>
60
<plugin>
61
<groupId>org.apache.maven.plugins</groupId>
62
<artifactId>maven-javadoc-plugin</artifactId>
63
<version>3.11.2</version>
64
65
- <additionalOptions>--enable-preview</additionalOptions>
66
67
68
</plugins>
69
</build>
0 commit comments