build.gradle 235 B

12345678910
  1. if (!hasProperty('mainClass')) {
  2. ext.mainClass = ''
  3. }
  4. def niftyVersion = '1.4.3'
  5. dependencies {
  6. runtime "com.github.nifty-gui:nifty-examples:$niftyVersion"
  7. runtime "com.github.nifty-gui:nifty-style-black:$niftyVersion"
  8. }