Search Gradle plugins

Version 1.3.1 (latest)

1.3.1

Created 03 December 2024.

Advanced DAtabase Migration to migrate database schema

Add this plugin to your build using the plugins DSL:

plugins {
  id("ch.ergon.adam") version "1.3.1"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("ch.ergon.adam:gradle-plugin:1.3.1")
      }
    }
    
    apply(plugin = "ch.ergon.adam")
  • Applying plugins to all subprojects .