code-disaster / steamworks4j

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

Improved JNI code generation #60

Closed kimec closed 4 years ago

kimec commented 7 years ago

Greetings!

This PR makes JNI generation step "a compile time dependency" of both server and client modules. Code generation is now triggered automatically on full/server/client maven build. No need to launch it manually anymore.

This does not solve building of native libs yet.

kimec commented 4 years ago

Closing this since it is not useful at all