Skip to content

Commit

Permalink
fix: Don't enforce jnigenBuild on test
Browse files Browse the repository at this point in the history
  • Loading branch information
Berstanio committed Jun 26, 2024
1 parent 64ad0dd commit 1707a1c
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 @@ -24,7 +24,8 @@ task copyTestFiles(type: Copy) {
}

test {
dependsOn(":gdx-jnigen-generator-test:jnigenBuild", ":gdx-jnigen-generator-test:jnigenJarNativesDesktop")
// TODO: Figure out how to force build natives?
dependsOn(":gdx-jnigen-generator-test:jnigenJarNativesDesktop")
useJUnitPlatform()
outputs.upToDateWhen {false}
}
Expand Down

0 comments on commit 1707a1c

Please sign in to comment.