nl.surfsara.sda.buildplugin
Owner: SDA-plugin
This plugin is used for SDA CI/CD
https://git.ia.surfsara.nl/sda/jupyter/instances/gradle-plugin.git
Sources: https://git.ia.surfsara.nl/sda/jupyter/instances/gradle-plugin.git
Version 0.1.0-staging.6
0.1.0-staging.6
Created 11 July 2018.
This plugin is used for SDA CI/CD
Add this plugin to your build using the plugins DSL:
plugins {
id("nl.surfsara.sda.buildplugin") version "0.1.0-staging.6"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.nl.surfsara.sda.buildplugin:gradle-plugin:0.1.0-staging.6") } } apply(plugin = "nl.surfsara.sda.buildplugin")
- Applying plugins to all subprojects .