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

Fixed unsafe property reading to be compatible with Gradle parallel build

Open Luna5ama opened this issue 2 years ago • 0 comments

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.

Luna5ama avatar Dec 07 '22 06:12 Luna5ama