architectury-plugin
architectury-plugin copied to clipboard
A simple gradle plugin to enable developing multiplatform mods.
Tested with 1.9+ loom in architectury forge + fabric +mixin template. 
### Description Whenever I start my forge client in dev env, The following exception gets thrown: ``` java.lang.StringIndexOutOfBoundsException: begin 0, end -1, length 54 at java.base/java.lang.String.checkBoundsBeginEnd(String.java:4606) at java.base/java.lang.String.substring(String.java:2709) at dev.architectury.transformer.TransformerRuntime.lambda$null$8(TransformerRuntime.java:250)...
On multi-module project setups, it is typically preferred to centrally define all repos used by the project in `settings.gradle.kts`, through the dependencyResolutionManagement block, usually combined with `repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)` to enforce that...
Adding `org.gradle.configuration-cache=true` to `gradle.properties` and run transformProduction series tasks. **expected result:** the task runs as usual. **actual result:** the task fails during transformProduction