We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d15d1ce commit 138e9c4Copy full SHA for 138e9c4
pom.xml
@@ -404,7 +404,8 @@
404
<plugin>
405
<groupId>com.mycila</groupId>
406
<artifactId>license-maven-plugin</artifactId>
407
- <version>4.6</version>
+ <!-- max version without pb for JDK 17 / recent versions have a NPE when deploying in docker -->
408
+ <version>4.1</version>
409
<configuration>
410
<properties>
411
<owner>Green Code Initiative</owner>
0 commit comments