Technical explainer
Gradle supply chain security: build scripts, the plugin portal, and two-host gating
Gradle evaluates your build script and every applied plugin as code at configuration time, and it resolves from two registries — Maven Central for dependencies and the Gradle Plugin Portal for plugins. Why securing gradle build needs dual-origin gating.