Search Gradle plugins

Version 0.1.7

0.1.7

Created 11 May 2022.

Plugin to manage changelog files

Add this plugin to your build using the plugins DSL:

plugins {
  id("org.scm-manager.changelog") version "0.1.7"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("org.scm-manager.changelog:gradle-plugin:0.1.7")
      }
    }
    
    apply(plugin = "org.scm-manager.changelog")
  • Applying plugins to all subprojects .