Skip to content

Commit 3c313ed

Browse files
committed
next try
1 parent 36d48d8 commit 3c313ed

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pom.xml

Lines changed: 4 additions & 2 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.9</version>
8+
<version>0.1.10</version>
99
<name>ParentPom</name>
1010
<packaging>pom</packaging>
1111
<url>https://github.com/UnterrainerInformatik/java-parent-pom</url>
@@ -132,7 +132,9 @@
132132
<version>3.8.0</version>
133133
<configuration>
134134
<release>14</release>
135-
<parameters>true</parameters>
135+
<compilerArgs>
136+
<arg>-parameters</arg>
137+
</compilerArgs>
136138
<annotationProcessorPaths>
137139
<path>
138140
<groupId>org.projectlombok</groupId>

0 commit comments

Comments
 (0)