nebula.contacts-manifest
Owner: Nebula Plugins
Structure to define the owners of a project, then contributing this back to other plugins
https://github.com/nebula-plugins/gradle-contacts-plugin
Version 1.12.1 (latest)
1.12.1
Created 12 June 2014.
No version description available.
Using the plugins DSL:
plugins {
id("nebula.contacts-manifest") version "1.12.1"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("com.netflix.nebula:gradle-contacts-plugin:1.12.1")
}
}
apply(plugin = "nebula.contacts-manifest")
Using the plugins DSL:
plugins {
id "nebula.contacts-manifest" version "1.12.1"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "com.netflix.nebula:gradle-contacts-plugin:1.12.1"
}
}
apply plugin: "nebula.contacts-manifest"