Skip to content

Commit 81c8d2f

Browse files
Enabled preview feature in Maven
1 parent 290055e commit 81c8d2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@
207207
<configuration>
208208
<source>21</source>
209209
<target>21</target>
210+
<enablePreview>true</enablePreview>
210211
<annotationProcessorPaths>
211212
<path>
212213
<groupId>org.projectlombok</groupId>
@@ -224,6 +225,7 @@
224225
<version>${jmh.version}</version>
225226
</path>
226227
</annotationProcessorPaths>
228+
<compilerArgs>--enable-preview</compilerArgs>
227229
</configuration>
228230
</plugin>
229231
<plugin>

0 commit comments

Comments
 (0)