Skip to content

Commit 1fb013f

Browse files
committed
fix deprecations
1 parent 2d621d2 commit 1fb013f

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

pom.xml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@
8181
<version>3.13.0</version>
8282
<configuration>
8383
<release>${java.version}</release>
84-
<optimize>true</optimize>
8584
<showWarnings>true</showWarnings>
8685
<showDeprecation>true</showDeprecation>
8786
<!-- Disable annotation processing for ourselves.-->
@@ -100,10 +99,14 @@
10099
<version>4.6</version>
101100
<configuration>
102101
<strictCheck>true</strictCheck>
103-
<header>com/mycila/maven/plugin/license/templates/GPL-3.txt</header>
104-
<includes>
105-
<include>src/**/*.java</include>
106-
</includes>
102+
<licenseSets>
103+
<licenseSet>
104+
<header>com/mycila/maven/plugin/license/templates/GPL-3.txt</header>
105+
<includes>
106+
<include>src/**/*.java</include>
107+
</includes>
108+
</licenseSet>
109+
</licenseSets>
107110
<properties>
108111
<owner>CubeEngine</owner>
109112
<email>development@cubeengine.org</email>

0 commit comments

Comments
 (0)