architectury-plugin
architectury-plugin copied to clipboard
Fixed unsafe property reading to be compatible with Gradle parallel build
See https://github.com/architectury/architectury-transformer/pull/16
Replace Java environment property access with property access provided by TransformerContext
. This should fix problems with Gradle parallel build (org.gradle.parallel
) such as wrong refmaps getting placed in the jar.