SonicGDX

Results 7 issues of SonicGDX

The gradle task run when generating a project with iOS MOE enabled seems to run with the daemon being enabled (probably because that is the default). I think the daemon...

#### Issue details When you load up any project with the plugin enabled, around 4 of the same PluginException (and sometimes another completely different exception is also thrown but not...

The information in the table in the Versions section of https://libgdx.com/wiki/articles/java-development-kit-selection seems accurate to my knowledge (after it was updated in https://github.com/libgdx/libgdx.github.io/pull/198), except that by versions it is referring to...

PRs welcome

This line for [Windows x32](https://github.com/libgdx/Jamepad/blob/8b8a543c529e6af33bd6de2329f9b4fe97259641/build.gradle#L122), [Windows x64](https://github.com/libgdx/Jamepad/blob/8b8a543c529e6af33bd6de2329f9b4fe97259641/build.gradle#L127), [Linux x32](https://github.com/libgdx/Jamepad/blob/8b8a543c529e6af33bd6de2329f9b4fe97259641/build.gradle#L132), [Linux x64](https://github.com/libgdx/Jamepad/blob/8b8a543c529e6af33bd6de2329f9b4fe97259641/build.gradle#L137), [Linux x32 ARM](https://github.com/libgdx/Jamepad/blob/8b8a543c529e6af33bd6de2329f9b4fe97259641/build.gradle#L142) and [Linux x64 ARM](https://github.com/libgdx/Jamepad/blob/8b8a543c529e6af33bd6de2329f9b4fe97259641/build.gradle#L147) matches text that has one or more characters matching this regex `[a-zA-Z0-9\\.\\-/]`...

The issue is, Upload-Artifact@v4 (and Download-Artifact@v4) require Node 20, which does not work with glibc 2.17. But v3 [is being deprecated on November 30th, 2024](https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/) and workflows using it will...

As I mentioned in #23 and in https://github.com/libgdx/libgdx/issues/7477, the upload-artifact and download-artifact@v3 versions will be deprecated on November 30th. As v4 and v5 require node 20, when this happens it...

First commit pins dependency versions in the existing build files to fix the build issues caused by the script trying to use the latest versions. I pinned the versions to...