added contents
This commit is contained in:
16
Projekte/battleship/converter/build.gradle
Normal file
16
Projekte/battleship/converter/build.gradle
Normal file
@@ -0,0 +1,16 @@
|
||||
plugins {
|
||||
id 'buildlogic.jme-application-conventions'
|
||||
}
|
||||
|
||||
description = 'Battleship converter for resources'
|
||||
|
||||
dependencies {
|
||||
implementation libs.jme3.core
|
||||
|
||||
runtimeOnly libs.jme3.desktop
|
||||
runtimeOnly libs.jme3.plugins
|
||||
}
|
||||
|
||||
application {
|
||||
mainClass = 'pp.battleship.exporter.ModelExporter'
|
||||
}
|
||||
Reference in New Issue
Block a user