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 2cf35f2 commit 36d48d8Copy full SHA for 36d48d8
pom.xml
@@ -5,7 +5,7 @@
5
<modelVersion>4.0.0</modelVersion>
6
<groupId>info.unterrainer.commons</groupId>
7
<artifactId>parent-pom</artifactId>
8
- <version>0.1.8</version>
+ <version>0.1.9</version>
9
<name>ParentPom</name>
10
<packaging>pom</packaging>
11
<url>https://github.com/UnterrainerInformatik/java-parent-pom</url>
@@ -132,9 +132,7 @@
132
<version>3.8.0</version>
133
<configuration>
134
<release>14</release>
135
- <fork>true</fork>
136
- <compilerArgument>-g:vars</compilerArgument>
137
- <testCompilerArgument>-g:vars</testCompilerArgument>
+ <parameters>true</parameters>
138
<annotationProcessorPaths>
139
<path>
140
<groupId>org.projectlombok</groupId>
0 commit comments