no.skatteetaten.gradle.aurora-docker
Owner: Skatteetaten
Gradle plugin to build and test Docker images
https://github.com/Skatteetaten/aurora-docker-gradle-plugin
Sources: https://github.com/Skatteetaten/aurora-docker-gradle-plugin
Version 2.2.7 (latest)
2.2.7
Created 29 September 2021.
Gradle plugin to build and test Docker images
Add this plugin to your build using the plugins DSL:
plugins {
id("no.skatteetaten.gradle.aurora-docker") version "2.2.7"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("no.skatteetaten.aurora.gradle.plugins:aurora-docker-plugin:2.2.7") } } apply(plugin = "no.skatteetaten.gradle.aurora-docker")
- Applying plugins to all subprojects .