Search Gradle plugins

Version 5.5.0 (latest)

5.5.0

Created 06 August 2024.

Plugin that facilitates the creation of docker images for Alfresco and Share with custom modules

Add this plugin to your build using the plugins DSL:

plugins {
  id("eu.xenit.docker-alfresco") version "5.5.0"
}

See also:

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