Skip to content

Commit

Permalink
fix: Don't enforce jnigenBuild when doing jnigenJarNativesDesktop
Browse files Browse the repository at this point in the history
  • Loading branch information
Berstanio committed Jun 26, 2024
1 parent a189044 commit 64ad0dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gdx-jnigen-generator-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ tasks.named("jnigen").get().dependsOn(copyTestFiles)
// TODO: FIGURE OUT WHY THIS MAKES THE JVM CRASH AFTER A WHILE
//compileTestJava.dependsOn(":gdx-jnigen-generator-test:jnigenGenerateBindings")

jnigenJarNativesDesktop.mustRunAfter jnigenBuild
// TODO: FIGURE OUT HOW TO ENFORCE ORDER
//jnigenJarNativesDesktop.mustRunAfter jnigenBuild

eclipse {
project {
Expand Down

0 comments on commit 64ad0dd

Please sign in to comment.