Skip to content

Commit 8b7f610

Browse files
committed
fix: Disable preview🫸🌀✏️📗🐧🐳
1 parent f4efaf7 commit 8b7f610

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -105,15 +105,15 @@
105105
</excludes>
106106
</configuration>
107107
</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>
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>&#45;&#45;enable-preview</compilerArgs>-->
115+
<!-- </configuration>-->
116+
<!-- </plugin>-->
117117
</plugins>
118118
</build>
119119

0 commit comments

Comments
 (0)