mirror of
https://github.com/gradle/actions.git
synced 2026-08-17 19:32:52 +00:00
The `PluginManager.hasPlugin` method was not detecting the GE plugin when it was applied during settingsEvaluated. Switching to `PluginManager.withPlugin` fixes this. Fixes #626