Skip to content

Commit

Permalink
Add explicit native JAR task depedency for basisu-gdx tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
metaphore committed Oct 21, 2023
1 parent 0d2e64a commit ae5f1ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion basisu-gdx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ dependencies {
test {
useJUnit()
maxHeapSize = '1G'
}
}

test.dependsOn ':basisu-wrapper:jnigenJarNativesDesktop'

0 comments on commit ae5f1ac

Please sign in to comment.