Skip to content

Commit

Permalink
J3oDump/build.gradle: register the "j3odump" task
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Nov 25, 2023
1 parent 987f85b commit ea13f6e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions J3oDump/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ application {
}
jar.manifest.attributes('Main-Class': application.mainClass)

tasks.register('j3odump', JavaExec) {
args('-r', '../../jmonkeyengine/jme3-testdata/src/main/resources', '-x', 'Models/Jaime/Jaime.j3o')
debug = true
mainClass = 'jme3utilities.cli.J3oDump'
}

dependencies {
implementation 'org.jmonkeyengine:jme3-desktop:' + jme3Version
implementation 'org.jmonkeyengine:jme3-plugins:' + jme3Version
Expand Down

0 comments on commit ea13f6e

Please sign in to comment.