Skip to content

Commit cc02b19

Browse files
committed
remove obsolete "optimize" property
1 parent 58b9fc9 commit cc02b19

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,6 @@
321321
<artifactId>maven-compiler-plugin</artifactId>
322322
<inherited>true</inherited>
323323
<configuration>
324-
<optimize>true</optimize>
325324
<!-- Enable Java 14+ for all sources so that Intellij picks the right language level -->
326325
<source>14</source>
327326
<release>14</release>
@@ -375,7 +374,6 @@
375374
<artifactId>maven-compiler-plugin</artifactId>
376375
<inherited>true</inherited>
377376
<configuration>
378-
<optimize>true</optimize>
379377
<!-- Enable Java 17 for all sources so that Intellij picks the right language level -->
380378
<source>17</source>
381379
<release>17</release>

0 commit comments

Comments
 (0)