Quantcast
Channel: Gradle Forums - Latest posts
Viewing all articles
Browse latest Browse all 20541

How can I represent configuration of artifactory plugin from my custom plugin in Kotlin?

$
0
0
class CustomPlugin implements Plugin<Project> {
    void apply(Project target) {
        target.apply plugin: 'com.jfrog.artifactory'
        target.artifactory {
            contextUrl = "http://some/artifactory/"
        }

}

Viewing all articles
Browse latest Browse all 20541

Latest Images

Trending Articles



Latest Images