code-disaster / steamworks4j

A thin Java wrapper to access the Steamworks API
https://code-disaster.github.io/steamworks4j/
MIT License
468 stars 64 forks source link

Cannot use steamworks4j-lwjgl3 in gradle projects #129

Open Rizato opened 1 year ago

Rizato commented 1 year ago

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 commented 1 year ago

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.