Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #794 from fcrepo4/BumpCompilerVersion
Browse files Browse the repository at this point in the history
Shift compilation to Java 8

Resolves: https://jira.duraspace.org/browse/FCREPO-1399
  • Loading branch information
Andrew Woods committed May 17, 2015
2 parents dff2d5f + 98510e4 commit eadda5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: java
jdk:
- oraclejdk7
- oraclejdk8
before_install:
- "echo $JAVA_OPTS"
- "export JAVA_OPTS=-Xmx512m"
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -605,8 +605,8 @@
<version>3.2</version>
<configuration>
<debug>true</debug>
<source>1.7</source>
<target>1.7</target>
<source>1.8</source>
<target>1.8</target>
<compilerArgument>-Xlint:unchecked</compilerArgument>
</configuration>
</plugin>
Expand Down

0 comments on commit eadda5a

Please sign in to comment.