BenjaminAmos
BenjaminAmos
The android agent is just a standard java agent with the android SDK pre-installed. I don't think that the android gradle plugin is used unless gradle is directly building an...
I have rebased this pull request onto the `develop` branch now.
It looks like the `directories-jvm` library uses a Powershell script to try and identify special folders on Windows, which may fail in restricted environments (see also the pinned issue `https://github.com/dirs-dev/directories-jvm/issues/49`)....
#714 contains part of what was here but only for target platforms. JRE artifacts are not handled yet and #714 diverges from this, meaning that this pull request will likely...
The original intent for this pull request is obsolete since it was decided that `gestalt-inject` was minimal enough at the time to make it a dependency of NUI 4.0 (unreleased)....
This seems incomplete and unfortunately does not make much sense. Did you try to read through and understand the codebase before writing this? Also, please try and fill-out the pull...
Unfortunately, I believe the latest release of the game still has issues running on M1 Mac devices. Some efforts have been made to support macOS (AArch64) but we have a...
I do not believe I have seen this particular error before. Have you made sure that you are using Java 17? It could be that the dependency failed to download....
That should be possible What `groovyw` does internally is clone each module internally. For each module you can do `git clone https://github.com/Terasology/ modules/`. The list of `iota` modules can be...
You can try copying the file [`templates/build.gradle`](https://github.com/MovingBlocks/Terasology/blob/develop/templates/build.gradle) into each cloned module directory. Almost all the modules should use the same `build.gradle` file, as they are typically not allowed to use...