com.github.pivotalservices.cf-app
Owner: Biju Kunjummen
Yet-Another-Gradle Plugin is an alternate plugin to facilitate deploying an app to Cloud Foundry
https://github.com/pivotalservices/ya-cf-app-gradle-plugin
Sources: https://github.com/pivotalservices/ya-cf-app-gradle-plugin
Version 2.3.0-rc.2
2.3.0-rc.2
Created 09 August 2018.
A gradle plugin to facilitate deploying an app to Cloud Foundry
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.pivotalservices.cf-app") version "2.3.0-rc.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.github.pivotalservices:ya-cf-app-gradle-plugin:2.3.0-rc.2") } } apply(plugin = "com.github.pivotalservices.cf-app")
- Applying plugins to all subprojects .