Skip to content

Commit ce5c36a

Browse files
committed
CHANGED the Java version to be undefined, otherwise untestable with OpenJDK
1 parent 821787f commit ce5c36a

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
language: java
22
jdk:
33
- openjdk7
4-
- oraclejdk7
54
- oraclejdk8

build.gradle

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ version = '1.0-SNAPSHOT'
33
description = """Morphia Demo"""
44

55
apply plugin: 'java'
6-
sourceCompatibility = 1.8
7-
targetCompatibility = 1.8
86
compileJava {
97
options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"
108
}

0 commit comments

Comments
 (0)