Slackbot
09/17/2022, 1:49 PMVladimir Sitnikov
09/17/2022, 2:18 PMwithType<…>().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)Vampire
09/18/2022, 8:50 PMval
, not var
, then they should be set I think.