File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ apply plugin: 'maven'
1717version= ' 1.0.2-SNAPSHOT'
1818group= ' com.simsilica'
1919
20+ ext. jmeVersion = " 3.1.0-alpha4"
21+
2022// Version meta-data
2123ext {
2224 releaseDescription = " Sim-Math ${ project.version} "
@@ -48,7 +50,7 @@ configurations.compile {
4850dependencies {
4951 // Pull in jme core for the math package for easy translation to/from JME
5052 // classes.
51- compile " org.jmonkeyengine:jme3-core:[3.1,) "
53+ compile " org.jmonkeyengine:jme3-core:$j meVersion "
5254}
5355
5456
Original file line number Diff line number Diff line change @@ -5,7 +5,10 @@ Version 1.0.2 (unreleased)
55 earliest/latest transition for out-of-range times. For 'false',
66 it will return null for out-of-range times.
77* Modified TransitionBuffer to remove the System.out.println() for
8- out-of-range times.
8+ out-of-range times.
9+ * Modified the build.gradle to replace the JME version with a specific
10+ version instead of letting it float. I think alpha4 is generally
11+ the minimum accepted 3.1 version at this point.
912
1013Version 1.0.1
1114--------------
You can’t perform that action at this time.
0 commit comments