Join Slack
Powered by
Is there any diff doing `gradle.lifecycle.beforePr...
# community-support
j
Javi
12/16/2024, 7:41 PM
Is there any diff doing
gradle.lifecycle.beforeProject { }
in settings vs build script?
t
Thomas Broyer
12/17/2024, 8:32 AM
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
Javi
12/17/2024, 9:11 AM
it is weird it is exposed there then, no?
Open in Slack
Previous
Next