We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 821787f commit ce5c36aCopy full SHA for ce5c36a
.travis.yml
@@ -1,5 +1,4 @@
1
language: java
2
jdk:
3
- openjdk7
4
- - oraclejdk7
5
- oraclejdk8
build.gradle
@@ -3,8 +3,6 @@ version = '1.0-SNAPSHOT'
description = """Morphia Demo"""
apply plugin: 'java'
6
-sourceCompatibility = 1.8
7
-targetCompatibility = 1.8
8
compileJava {
9
options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"
10
}
0 commit comments