Maintained by aalmiray
This plugin allows you to deploy and manage applications with Gradle tasks. It is intended as an alternative to cf for managing applications built with Gradle.
| Website | https://github.com/cloudfoundry/cf-java-client/tree/master/cloudfoundry-gradle-plugin |
|---|---|
| Author | cloudfoundry |
| Version | 1.0.2 |
buildscript {
repositories { jcenter() }
dependencies {
classpath 'org.cloudfoundry:cf-gradle-plugin:1.0.2'
}
}
apply plugin: 'cloudfoundry'