Skip to content

Commit

Permalink
use JMonkeyEngine version 3.4.1-stable, use Java 7 (except Jme3Examples)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Dec 4, 2021
1 parent 6ae8218 commit 2f9098d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Jme3Examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
description = 'sample applications adapted from the jme3-examples sub-project'

sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

tasks.withType(JavaCompile) { // Java compile-time options:
options.deprecation = true
Expand Down
4 changes: 2 additions & 2 deletions common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ ext {
// current versions of various libraries:
heartVersion = '7.1.0' + jmeTarget
jme3utilitiesuiVersion = '0.9.5' + jmeTarget
jme3Version = '3.5.0-alpha1'
jme3Version = '3.4.1-stable'
junitVersion = '4.13.2'
minieVersion = '4.5.1'
wesVersion = '0.6.7' + jmeTarget
}

sourceCompatibility = JavaVersion.VERSION_1_7
targetCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_7

tasks.withType(JavaCompile) { // Java compile-time options:
options.compilerArgs << '-Xdiags:verbose'
Expand Down

0 comments on commit 2f9098d

Please sign in to comment.