Skip to content

itsnagaraj/kordamp-gradle-plugins

 
 

Repository files navigation

kordamp-gradle-plugins

Build Status download Gradle Plugin Portal, link=


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

Usage

Option #1

buildscript {
    repositories {
        gradlePluginPortal()
        mavenCentral()
    }
    dependencies {
        classpath 'org.kordamp.gradle:<plugin-artifact-id>:0.45.0'
    }
}
apply plugin: '<plugin-id>'

Option #2

plugins {
    id '<plugin-id>' version '0.45.0'
}

Where <plugin-id> stands for any of the ids described in the guide. 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 6+

About

A collection of Gradle plugins

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • Groovy 94.1%
  • Java 3.8%
  • CSS 1.8%
  • XSLT 0.3%
  • Scala 0.0%
  • Smarty 0.0%