|
@@ -27,6 +27,7 @@ dependencies {
|
|
implementation project(':jme3-terrain')
|
|
implementation project(':jme3-terrain')
|
|
implementation project(':jme3-awt-dialogs')
|
|
implementation project(':jme3-awt-dialogs')
|
|
runtimeOnly project(':jme3-testdata')
|
|
runtimeOnly project(':jme3-testdata')
|
|
|
|
+ runtimeOnly "com.github.nifty-gui:nifty-examples:${niftyVersion}" // for the "all/intro.xml" example GUI
|
|
}
|
|
}
|
|
|
|
|
|
jar.doFirst{
|
|
jar.doFirst{
|