io.github.rieske.java-service
Owner: Vaidotas Valuckas
Gradle plugin that packages your application into a Docker container and configures blackBoxTest task and source set
https://github.com/rieske/java-service-gradle-plugins
Sources: https://github.com/rieske/java-service-gradle-plugins
Version 1.0.0
1.0.0
Created 05 January 2023.
Gradle plugin that packages your application into a Docker container and configures blackBoxTest task and source set
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.rieske.java-service") version "1.0.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.rieske.java-service-gradle-plugins:plugins:1.0.0") } } apply(plugin = "io.github.rieske.java-service")
- Applying plugins to all subprojects .