This message was deleted.
# community-support
s
This message was deleted.
v
Prefer
withType<…>().configureEach { …
for true configuration avoidance. Prefer
destinationDirectory.convention(project.layout.buildDirectory.dir("plugins"))
(== avoid .internal. Gradle classes, and avoid
.get()
when provider properties are available)
👍 1
v
And make the properties
val
, not
var
, then they should be set I think.