Skip to content

Commit 52ae292

Browse files
committed
add todo on debug printing
1 parent e8ae969 commit 52ae292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-extensions/src/main/kotlin/settings-plugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import org.gradle.language.jvm.tasks.ProcessResources
4040
class SettingsPlugin : Plugin<Settings> {
4141
override fun apply(settings: Settings) {
4242
settings.gradle.lifecycle.beforeProject {
43-
println("configuring ${this.path}")
43+
println("configuring ${this.path}") // TODO remove, this is temporary to better debug any configuration done (configure-on-demand)
4444
plugins.apply(AllProjects::class)
4545
if (this != this.rootProject) {
4646
plugins.apply(JavaProjects::class)

0 commit comments

Comments
 (0)