eu.xenit.amp
Owner: Xenit solutions
Gradle plugins and tasks to support Alfresco development
https://github.com/xenit-eu/alfresco-gradle-sdk
Sources: https://github.com/xenit-eu/alfresco-gradle-sdk
Version 1.2.0 (latest)
1.2.0
Created 06 August 2024.
Gradle plugins and tasks to support Alfresco development
Add this plugin to your build using the plugins DSL:
plugins {
id("eu.xenit.amp") version "1.2.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("eu.xenit.gradle:alfresco-sdk:1.2.0") } } apply(plugin = "eu.xenit.amp")
- Applying plugins to all subprojects .