Skip to content

Commit

Permalink
test JME 3.7.0-alpha3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Mar 15, 2024
1 parent c066531 commit 32663aa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ plugins {
id 'checkstyle'
}

ext.jme3Version = '3.6.1-stable' // current version of JMonkeyEngine
ext {
// current version of the JMonkeyEngine libraries:
jme3Version = '3.7.0-alpha3.1'
}

java {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 32663aa

Please sign in to comment.