io.github.nigelgbanks.IsleBuildKit
Owner: Nigel Geoffrey Banks
Provides buildkit backend via a Docker container
https://github.com/Islandora-Devops/isle-gradle-docker-plugin
Sources: https://github.com/Islandora-Devops/isle-gradle-docker-plugin
Version 1.0.12 (latest)
1.0.12
Created 08 December 2022.
Provides buildkit backend via a Docker container
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.nigelgbanks.IsleBuildKit") version "1.0.12"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.nigelgbanks:isle-gradle-docker-plugin:1.0.12") } } apply(plugin = "io.github.nigelgbanks.IsleBuildKit")
- Applying plugins to all subprojects .