Skip to content

Commit

Permalink
fix: Use new -platform extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Berstanio committed Nov 26, 2024
1 parent 723d443 commit 166743e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdx-jnigen-generator-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
testRuntimeOnly fileTree(dir: file("build/jnigen/libs"), include: '*natives-desktop.jar')
if (HostDetection.os === Os.Windows) {
testImplementation "com.badlogicgames.jnigen:jnigen-runtime:3.0.0-SNAPSHOT"
testImplementation "com.badlogicgames.jnigen:jnigen-runtime:3.0.0-SNAPSHOT:natives-desktop"
testImplementation "com.badlogicgames.jnigen:jnigen-runtime-platform:3.0.0-SNAPSHOT:natives-desktop"
} else {
testImplementation project(path: ":jnigen-runtime")
testImplementation project(path: ":jnigen-runtime", configuration: "archives")
Expand Down

0 comments on commit 166743e

Please sign in to comment.