libgdx / gdx-jnigen

jnigen is a small library that can be used with or without libGDX which allows C/C++ code to be written inline with Java source code.
Apache License 2.0
60 stars 25 forks source link

Use lwjgl3 style classifiers which split platform + arch into their own jars. #12

Closed PokeMMO closed 4 years ago

PokeMMO commented 4 years ago

THIS IS A BREAKING CHANGE, AND WOULD REQUIRE LIBGDX PROJECTS TO UPDATE IF WE USE THIS STYLE CLASSIFIERS IN MAIN LIBGDX

Example project using split publishing: https://github.com/PokeMMO/jnigen-template/blob/92a1bbd17b3b422b8e1f0fe3fbaa8c9ef40f4407/publish.gradle

PokeMMO commented 4 years ago

My assumption might be flawed if I can't find a way to omit uploading of the pom from macOS.

PokeMMO commented 4 years ago

Yeah I don't like this, and its not needed with github actions passing artifacts between jobs.