Search Gradle plugins

Version 5.3.2

5.3.2

Created 18 August 2022.

A gradle plugin to create Alfresco docker images with extensions

Add this plugin to your build using the plugins DSL:

plugins {
  id("eu.xenit.docker") version "5.3.2"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("eu.xenit.gradle:alfresco-docker-plugin:5.3.2")
      }
    }
    
    apply(plugin = "eu.xenit.docker")
  • Applying plugins to all subprojects .