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 d633789 commit 3ab3647Copy full SHA for 3ab3647
1 file changed
common.gradle
@@ -15,8 +15,10 @@ eclipse.jdt.file.withProperties { props ->
15
group = 'org.jmonkeyengine'
16
version = jmeFullVersion
17
18
-sourceCompatibility = JavaVersion.VERSION_1_8
19
-targetCompatibility = JavaVersion.VERSION_1_8
+java {
+ sourceCompatibility = JavaVersion.VERSION_1_8
20
+ targetCompatibility = JavaVersion.VERSION_1_8
21
+}
22
23
tasks.withType(JavaCompile) { // compile-time options:
24
//options.compilerArgs << '-Xlint:deprecation' // to show deprecation warnings
0 commit comments