Search Gradle plugins

Version 3.5.2 (latest)

3.5.2

Created 03 October 2024.

Plugin for Enonic XP application development.

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.enonic.xp.app") version "3.5.2"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.enonic.gradle:xp-gradle-plugin:3.5.2")
      }
    }
    
    apply(plugin = "com.enonic.xp.app")
  • Applying plugins to all subprojects .