Java 8 compatibility.
This commit is contained in:
parent
993384c173
commit
fa24701921
2 changed files with 11 additions and 14 deletions
|
@ -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'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue