Skip to content

Commit

Permalink
build.gradle: unpack Jolt assets before running the smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Dec 6, 2024
1 parent c7c728e commit 466fed5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ tasks.register('runRagdollSinglePile', JavaExec) {
}
tasks.register('runSmokeTestAll', JavaExec) {
mainClass = 'testjoltjni.app.samples.SmokeTestAll'
dependsOn('unpackJoltAssets')
}
tasks.withType(JavaExec).configureEach { // Java runtime options:
classpath sourceSets.test.runtimeClasspath
Expand Down

0 comments on commit 466fed5

Please sign in to comment.