Skip to content

Commit

Permalink
build.gradle: re-arrange the "ext" block
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Nov 28, 2023
1 parent f15ea5e commit 22933d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ plugins {
}

ext {
heartSnapshot = '-SNAPSHOT' // for development builds
//heartSnapshot = '' // for release builds

jmeTarget = '' // distinguish non-JME libraries built for specific JME releases

// current version of the JMonkeyEngine libraries:
jme3Version = '3.6.1-stable'

heartSnapshot = '-SNAPSHOT' // for development builds
//heartSnapshot = '' // for release builds
heartVersion = '8.8.1' + jmeTarget + heartSnapshot
}

Expand Down

0 comments on commit 22933d4

Please sign in to comment.