We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8ae969 commit 52ae292Copy full SHA for 52ae292
build-extensions/src/main/kotlin/settings-plugin.kt
@@ -40,7 +40,7 @@ import org.gradle.language.jvm.tasks.ProcessResources
40
class SettingsPlugin : Plugin<Settings> {
41
override fun apply(settings: Settings) {
42
settings.gradle.lifecycle.beforeProject {
43
- println("configuring ${this.path}")
+ println("configuring ${this.path}") // TODO remove, this is temporary to better debug any configuration done (configure-on-demand)
44
plugins.apply(AllProjects::class)
45
if (this != this.rootProject) {
46
plugins.apply(JavaProjects::class)
0 commit comments