Search Gradle plugins

Version 0.2.4

0.2.4

Created 09 January 2017.

Gradle DockerCompose Integration Test Plugin

Add this plugin to your build using the plugins DSL:

plugins {
  id("ru.itbasis.gradle.plugins.spring-boot-module") version "0.2.4"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("ru.itbasis.gradle.plugins:docker-compose-integration-test:0.2.4")
      }
    }
    
    apply(plugin = "ru.itbasis.gradle.plugins.spring-boot-module")
  • Applying plugins to all subprojects .