We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2fdab8 commit e4d1b7eCopy full SHA for e4d1b7e
build.gradle
@@ -41,12 +41,12 @@ compileJava {
41
])
42
}
43
44
-sourceCompatibility = 1.9
45
-targetCompatibility = 1.9
+sourceCompatibility = 1.10
+targetCompatibility = 1.10
46
47
compileTestJava {
48
- sourceCompatibility = 1.9
49
- targetCompatibility = 1.9
+ sourceCompatibility = 1.10
+ targetCompatibility = 1.10
50
options.compilerArgs += '-parameters'
51
52
@@ -61,7 +61,7 @@ ext.jme3_xbuf_version = '0.9.1'
61
ext.junitPlatformVersion = "1.0.0"
62
ext.junitJupiterVersion = "5.0.0"
63
ext.log4jVersion = '2.6.2'
64
-ext.bintrayVersion = version + '-2'
+ext.bintrayVersion = version + '-3'
65
66
junitPlatform {
67
filters {
0 commit comments