Closed
Description
Gradle plugin repository https://plugins.gradle.org allows using the new plugin DSL in Gradle without any additional configuration, e.g.
plugins {
id("the plugin id") version "1.2.3"
}
Right now we may only use the older buildscript{..}
approach
Metadata
Metadata
Assignees
Type
Projects
Status
Done