Is there any diff doing `gradle.lifecycle.beforePr...
# community-support
j
Is there any diff doing
gradle.lifecycle.beforeProject { }
in settings vs build script?
t
It's probably too late in a build script: you can't be "before a project" if you're "inside a project" (unless possibly for subprojects)
j
it is weird it is exposed there then, no?