Skip to content

Commit 36d48d8

Browse files
committed
alternate try with new parameters switch
1 parent 2cf35f2 commit 36d48d8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>info.unterrainer.commons</groupId>
77
<artifactId>parent-pom</artifactId>
8-
<version>0.1.8</version>
8+
<version>0.1.9</version>
99
<name>ParentPom</name>
1010
<packaging>pom</packaging>
1111
<url>https://github.com/UnterrainerInformatik/java-parent-pom</url>
@@ -132,9 +132,7 @@
132132
<version>3.8.0</version>
133133
<configuration>
134134
<release>14</release>
135-
<fork>true</fork>
136-
<compilerArgument>-g:vars</compilerArgument>
137-
<testCompilerArgument>-g:vars</testCompilerArgument>
135+
<parameters>true</parameters>
138136
<annotationProcessorPaths>
139137
<path>
140138
<groupId>org.projectlombok</groupId>

0 commit comments

Comments
 (0)