Interestingly, this no longer compiles in Gradle 4...
# gradle
j
Interestingly, this no longer compiles in Gradle 4.10:
Copy code
gradlePlugin {
    (plugins) {
        "artifactory-plugin" {
            id = "artifactory"
            implementationClass = "com.plexxi.gradle.ArtifactoryPlugin"
        }
    }
}
@mkobit Any idea what changed?