Skip to content

Commit 138e9c4

Browse files
committed
license plugin correction for JDK17
1 parent d15d1ce commit 138e9c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,8 @@
404404
<plugin>
405405
<groupId>com.mycila</groupId>
406406
<artifactId>license-maven-plugin</artifactId>
407-
<version>4.6</version>
407+
<!-- max version without pb for JDK 17 / recent versions have a NPE when deploying in docker -->
408+
<version>4.1</version>
408409
<configuration>
409410
<properties>
410411
<owner>Green Code Initiative</owner>

0 commit comments

Comments
 (0)