Example getting properties value from settings.gradle.kts
THIS SITE IS MIRROR || Skip to Full Contents (Read More)
Example getting properties value from settings.gradle.kts - pre>
pluginManagement
resolutionStrategy
eachPlugin
// Work around pluginManagement {
resolutionStrategy {
eachPlugin {
// Work around https://github.com/gradle/gradle/issues/1697.
if (requested.version == null) {
d
THIS SITE IS MIRROR || Skip to Full Contents (Read More)
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.