File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
<groupId >org.gitlab</groupId >
6
6
<artifactId >java-gitlab-api</artifactId >
7
- <version >4.0.0-SNAPSHOT </version >
7
+ <version >4.0.0</version >
8
8
9
9
<name >Gitlab Java API Wrapper</name >
10
10
<description >A Java wrapper for the Gitlab Git Hosting Server API</description >
214
214
</plugins >
215
215
</build >
216
216
</profile >
217
- </profiles >
217
+ <profile >
218
+ <id >doclint-java8-disable</id >
219
+ <activation >
220
+ <jdk >[1.8,)</jdk >
221
+ </activation >
222
+
223
+ <build >
224
+ <plugins >
225
+ <plugin >
226
+ <groupId >org.apache.maven.plugins</groupId >
227
+ <artifactId >maven-javadoc-plugin</artifactId >
228
+ <configuration >
229
+ <additionalparam >-Xdoclint:none</additionalparam >
230
+ </configuration >
231
+ </plugin >
232
+ </plugins >
233
+ </build >
234
+ </profile >
235
+ </profiles >
218
236
</project >
You can’t perform that action at this time.
0 commit comments