Skip to content

build: Cosmetic improvements

Antoine Belvire requested to merge enhancement/gradle-cosmetics into master

Mainly use task/configuration accessors instead of the named() method: This method is useful with the Gradle Groovy DSL to avoid configuration but with the Gradle Kotlin DSL, accessors already avoid configuration.

Merge request reports