Java 8 compatibility.

This commit is contained in:
Erik C. Thauvin 2017-05-21 01:20:40 -07:00
parent 993384c173
commit fa24701921
2 changed files with 11 additions and 14 deletions

View file

@ -5,9 +5,6 @@ version = '2.4.2'
description = 'OSCache'
sourceCompatibility = 1.4
targetCompatibility = 1.4
repositories {
mavenCentral()
}
@ -24,3 +21,7 @@ dependencies {
testCompile group: 'junitperf', name: 'junitperf', version:'1.9.1'
testCompile group: 'groboutils', name: 'groboutils-core', version:'5'
}
compileJava {
// options.compilerArgs << '-Xlint:deprecation'
}