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 e160f96 commit 2495c19Copy full SHA for 2495c19
pom.xml
@@ -133,8 +133,8 @@
133
<configuration>
134
<release>14</release>
135
<compilerArgs>
136
- <arg>-parameters</arg>
137
- </compilerArgs>
+ <arg>-parameters</arg>
+ </compilerArgs>
138
<annotationProcessorPaths>
139
<path>
140
<groupId>org.projectlombok</groupId>
@@ -144,6 +144,11 @@
144
</annotationProcessorPaths>
145
</configuration>
146
</plugin>
147
+ <plugin>
148
+ <groupId>org.codehaus.mojo</groupId>
149
+ <artifactId>versions-maven-plugin</artifactId>
150
+ <version>2.8.1</version>
151
+ </plugin>
152
<plugin>
153
<groupId>org.apache.maven.plugins</groupId>
154
<artifactId>maven-javadoc-plugin</artifactId>
0 commit comments