Search Gradle plugins

Version 2.0.2 (latest)

2.0.2

Created 17 August 2023.

Provides a configurable DSL for defining published project meta data

Add this plugin to your build using the plugins DSL:

plugins {
  id("org.starchartlabs.flare.metadata-base") version "2.0.2"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("org.starchartlabs.flare:flare-plugins:2.0.2")
      }
    }
    
    apply(plugin = "org.starchartlabs.flare.metadata-base")
  • Applying plugins to all subprojects .