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 f4efaf7 commit 8b7f610Copy full SHA for 8b7f610
pom.xml
@@ -105,15 +105,15 @@
105
</excludes>
106
</configuration>
107
</plugin>
108
- <plugin>
109
- <groupId>org.apache.maven.plugins</groupId>
110
- <artifactId>maven-compiler-plugin</artifactId>
111
- <configuration>
112
- <source>21</source>
113
- <target>21</target>
114
- <compilerArgs>--enable-preview</compilerArgs>
115
- </configuration>
116
- </plugin>
+ <!-- <plugin>-->
+ <!-- <groupId>org.apache.maven.plugins</groupId>-->
+ <!-- <artifactId>maven-compiler-plugin</artifactId>-->
+ <!-- <configuration>-->
+ <!-- <source>21</source>-->
+ <!-- <target>21</target>-->
+ <!-- <compilerArgs>--enable-preview</compilerArgs>-->
+ <!-- </configuration>-->
+ <!-- </plugin>-->
117
</plugins>
118
</build>
119
0 commit comments