Skip to content

Commit 48fdb86

Browse files
committed
reinstated commented out argline. Changed Javadoc source to 11
Signed-off-by: jarebudev <[email protected]>
1 parent f452a8f commit 48fdb86

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@
293293
<doclint>all,-missing
294294
</doclint> <!-- ignore missing javadoc, these are enforced with more customizability in the checkstyle plugin -->
295295

296-
<source>8</source>
296+
<source>11</source>
297297
</configuration>
298298
<executions>
299299
<execution>
@@ -374,9 +374,9 @@
374374
<!-- tests to exclude -->
375375
<exclude>${testExclusions}</exclude>
376376
</excludes>
377-
<!-- <argLine>-->
378-
<!-- @{surefireArgLine}-->
379-
<!-- </argLine>-->
377+
<argLine>
378+
@{surefireArgLine}
379+
</argLine>
380380
</configuration>
381381
</plugin>
382382
<!-- End publish to maven central -->

0 commit comments

Comments
 (0)