nebula-plugins / gradle-resolution-rules-plugin

Gradle plugin for providing reusable dependency resolution rules.
Apache License 2.0
45 stars 19 forks source link

Core Gradle alignment can be enabled from an extension #127

Closed OdysseusLives closed 4 years ago

OdysseusLives commented 4 years ago

The value from the extension will be used if there is no passed in property. The extension value defaults to false

This enables setting the value via an extension without using a property, and allows us to update the value until project.onExecute or config.onResolve take place