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 1.0.5
1.0.5
Created 07 January 2017.
Yet-Another-Gradle Plugin is an alternate 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 "1.0.5"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.github.pivotalservices:ya-cf-app-gradle-plugin:1.0.5") } } apply(plugin = "com.github.pivotalservices.cf-app")
- Applying plugins to all subprojects .