mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-16 12:01:41 +08:00
[libgdx] More doclint changes...
This commit is contained in:
parent
84939ccee6
commit
31aef760ac
@ -10,7 +10,7 @@
|
||||
<groupId>com.esotericsoftware.spine</groupId>
|
||||
<artifactId>spine-libgdx</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>3.5.51.1</version>
|
||||
<version>3.5.51.1-SNAPSHOT</version>
|
||||
|
||||
<name>spine-libgdx</name>
|
||||
<description>Spine Runtime for libGDX</description>
|
||||
@ -49,7 +49,7 @@
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<gdx.version>1.9.6</gdx.version>
|
||||
<gdx.version>1.9.6</gdx.version>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
@ -80,6 +80,14 @@
|
||||
<showWarnings>true</showWarnings>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<configuration>
|
||||
<additionalparam>-Xdoclint:none</additionalparam>
|
||||
<failOnError>false</failOnError>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user