architectury-plugin icon indicating copy to clipboard operation
architectury-plugin copied to clipboard

A simple gradle plugin to enable developing multiplatform mods.

Results 24 architectury-plugin issues
Sort by recently updated
recently updated
newest added

Tested with 1.9+ loom in architectury forge + fabric +mixin template. ![图片](https://github.com/user-attachments/assets/6ae0c66d-249e-49d7-b0bf-6da7b3181a1a)

### 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