Try to fix build
This commit is contained in:
parent
56e47835cb
commit
9edcc60537
|
@ -8,9 +8,9 @@ env:
|
|||
global:
|
||||
- MAVEN_OPTS="-Xmx1024m"
|
||||
|
||||
#cache:
|
||||
# directories:
|
||||
# - '$HOME/.m2/repository'
|
||||
cache:
|
||||
directories:
|
||||
- '$HOME/.m2/repository'
|
||||
|
||||
install: /bin/true
|
||||
|
||||
|
|
|
@ -136,7 +136,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.3</version>
|
||||
<version>3.5</version>
|
||||
<configuration>
|
||||
<source>1.6</source>
|
||||
<target>1.6</target>
|
||||
|
|
Loading…
Reference in New Issue