io.pivotal.education.shipkin.s3plugin
Owner: Shipkin
A static course generator. So good, you can smoke it! S3 deployment extensions.
https://github.com/pivotal-education/shipkin
Sources: https://github.com/pivotal-education/shipkin
Version 0.10.0 (latest)
Created 28 February 2017.
A static course generator. So good, you can smoke it!
S3 deployment extensions.
Add this plugin to your build using the plugins DSL:
plugins {
id("io.pivotal.education.shipkin.s3plugin") version "0.10.0"
}
See also:
-
Adding the plugin to build logic for usage in precompiled script plugins.
See the relevant documentation for more information.
Add this plugin as a dependency to
<convention-plugins-build>/build.gradle(.kts)
:dependencies { implementation("io.pivotal.education.shipkin.s3plugin:io.pivotal.education.shipkin.s3plugin.gradle.plugin:0.10.0") }
It can then be applied in the precompiled script plugin:plugins { id("io.pivotal.education.shipkin.s3plugin") }
-
The legacy method of plugin application.
See the relevant documentation for more information.buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.pivotal.education.shipkin.s3plugin:io.pivotal.education.shipkin.s3plugin.gradle.plugin:0.10.0") } } apply(plugin = "io.pivotal.education.shipkin.s3plugin")
- Applying plugins to all subprojects .