com.xebialabs.xl-deploy
Owner: XebiaLabs
Gradle plugin to execute deployments using XL Deploy server
https://github.com/xebialabs-community/gradle-xld-plugin
Version 0.6.2-test-4 (latest)
0.6.2-test-4
Created 31 January 2018.
No version description available.
Using the plugins DSL:
plugins {
id("com.xebialabs.xl-deploy") version "0.6.2-test-4"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("com.xebialabs.gradle:xl-deploy-gradle-plugin:0.6.2-test-4")
}
}
apply(plugin = "com.xebialabs.xl-deploy")
Using the plugins DSL:
plugins {
id "com.xebialabs.xl-deploy" version "0.6.2-test-4"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "com.xebialabs.gradle:xl-deploy-gradle-plugin:0.6.2-test-4"
}
}
apply plugin: "com.xebialabs.xl-deploy"