Narzędzia, które buduję, żeby buildy i runtime'y działały szybciej. Dwa są dziś publiczne — kolejne pojawią się tu, gdy je otworzę.
A drop-in Gradle plugin that parallelizes Zip archiving across every CPU core — no config rewrites needed — producing byte-for-byte reproducible archives, so your build cache and supply-chain checks keep working.
A Gradle plugin that assembles fat (uber) and shaded JARs much faster than existing tooling — DEFLATE compression and ASM package relocation both run in parallel on Gradle's worker pool, where Jar / com.gradleup.shadow run them single-threaded. A persistent pack cache speeds up rebuilds further once a dependency's already been packed once.