Skip to content

Commit 4c291f5

Browse files
committed
Remove maven.compiler.release property
Since we have lighty.io core 22 we can remove maven.compiler.release property and use inherited one. Signed-off-by: Ivan Hrasko <ivan.hrasko@pantheon.tech> (cherry picked from commit d50ffcd)
1 parent 3ad33b7 commit 4c291f5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@
2525
<packaging>jar</packaging>
2626

2727
<properties>
28-
<!-- FIXME remove maven.compiler.release property when bumping to lighty.io 22 -->
29-
<maven.compiler.release>21</maven.compiler.release>
30-
3128
<application.main.class>io.lighty.yang.validator.Main</application.main.class>
3229
<application.attach.zip>true</application.attach.zip>
3330
<logback-version>1.5.18</logback-version>

0 commit comments

Comments
 (0)