build.gradle 338 B

123456789101112
  1. if (!hasProperty('mainClass')) {
  2. ext.mainClass = ''
  3. }
  4. def niftyVersion = '1.4.3'
  5. dependencies {
  6. compile project(':jme3-core')
  7. compile "com.github.nifty-gui:nifty:${niftyVersion}"
  8. compile "com.github.nifty-gui:nifty-default-controls:${niftyVersion}"
  9. compile "com.github.nifty-gui:nifty-style-black:${niftyVersion}"
  10. }