Java 8 language level

pull/1084/merge
Mark Janssen 2015-05-23 20:44:46 +02:00 committed by Justin Richer
parent c31f42c3f3
commit 2d495bd0bd
2 changed files with 3 additions and 4 deletions

View File

@ -1,10 +1,7 @@
language: java
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
sudo: false
after_success:
- bash <(curl -s https://codecov.io/bash)

View File

@ -69,7 +69,9 @@
</mailingLists>
<properties>
<java-version>1.7</java-version>
<java-version>1.8</java-version>
<org.springframework-version>4.1.1.RELEASE</org.springframework-version>
<spring.security.version>3.2.5.RELEASE</spring.security.version>
<org.slf4j-version>1.7.12</org.slf4j-version>
</properties>
<description>A reference implementation of OpenID Connect (http://openid.net/connect/), OAuth 2.0, and UMA built on top of Java, Spring, and Spring Security. The project contains a fully functioning server, client, and utility library.</description>