Skip to content

Commit e4d1b7e

Browse files
committed
updated build file.
1 parent c2fdab8 commit e4d1b7e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ compileJava {
4141
])
4242
}
4343

44-
sourceCompatibility = 1.9
45-
targetCompatibility = 1.9
44+
sourceCompatibility = 1.10
45+
targetCompatibility = 1.10
4646

4747
compileTestJava {
48-
sourceCompatibility = 1.9
49-
targetCompatibility = 1.9
48+
sourceCompatibility = 1.10
49+
targetCompatibility = 1.10
5050
options.compilerArgs += '-parameters'
5151
}
5252

@@ -61,7 +61,7 @@ ext.jme3_xbuf_version = '0.9.1'
6161
ext.junitPlatformVersion = "1.0.0"
6262
ext.junitJupiterVersion = "5.0.0"
6363
ext.log4jVersion = '2.6.2'
64-
ext.bintrayVersion = version + '-2'
64+
ext.bintrayVersion = version + '-3'
6565

6666
junitPlatform {
6767
filters {

0 commit comments

Comments
 (0)