steamworks4j icon indicating copy to clipboard operation
steamworks4j copied to clipboard

Cannot use steamworks4j-lwjgl3 in gradle projects

Open Rizato opened this issue 1 year ago • 1 comments

Doing a gradle sync with the steamworks4j-lwjgl3:1.10.0-SNAPSHOT results in an error of Could not find lwjgl-3.3.1-${lwjgl.natives}.jar (org.lwjgl:lwjgl:3.3.1).

Gradle has limited support for Maven profiles.

See https://github.com/gradle/gradle/issues/20164

Rizato avatar Jun 20 '23 04:06 Rizato

Right now neither the libgdx, nor lwjgl3 loaders work on macos with gradle projects. See https://github.com/code-disaster/steamworks4j/issues/117, which also affects intel macs.

Restoring the SteamAPI.loadLibraries() function is probably the easiest/fastest path to working on macs again.

Rizato avatar Jun 20 '23 04:06 Rizato