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 f71623d commit 4b4642fCopy full SHA for 4b4642f
.travis.yml
@@ -3,4 +3,4 @@ jdk:
3
- openjdk8
4
- oraclejdk8
5
install: /bin/true
6
-script: mvn install --quiet -Dgpg.skip=true -DskipTests=true
+script: mvn install --quiet -Dgpg.skip=true
pom.xml
@@ -69,8 +69,8 @@
69
<artifactId>maven-compiler-plugin</artifactId>
70
<version>3.1</version>
71
<configuration>
72
- <source>1.7</source>
73
- <target>1.7</target>
+ <source>1.8</source>
+ <target>1.8</target>
74
</configuration>
75
</plugin>
76
@@ -79,7 +79,6 @@
79
<artifactId>maven-javadoc-plugin</artifactId>
80
<version>2.9.1</version>
81
82
- <excludePackageNames>*.internal:*.transform</excludePackageNames>
83
<minmemory>128m</minmemory>
84
<maxmemory>1024m</maxmemory>
85
0 commit comments