Skip to content

evovetech/kordamp-gradle-plugins

 
 

Repository files navigation

kordamp-gradle-plugins

Build Status Apache License 2 download donations Patreon orange


A set of opinionated Gradle plugins that provide common behavior observed in Maven, and more!

Usage

Option #1

buildscript {
    repositories {
        jcenter()
        maven {  url 'https://plugins.gradle.org/m2/' }
    }
    dependencies {
        classpath 'org.kordamp.gradle:{plugin-id}:0.13.0'
    }
}
apply plugin: '{plugin-id}'

Option #2

plugins {
    id '{plugin-id}' version '0.13.0'
}

Where {plugin-id} stands for any of the ids described in the following section. Most times it’s enough to simply apply the org.kordamp.gradle.project at the root. All plugins may be applied independently as well.

Refer to the guide for further information on configuration and usage.

Requirements

  • Java 8

  • Gradle 5+

About

A collection of Gradle plugins

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Groovy 91.3%
  • CSS 6.6%
  • Java 1.7%
  • JavaScript 0.3%
  • Scala 0.1%
  • Clojure 0.0%