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