trevormerritt / kordamp-gradle-plugins-retained

A collection of Gradle plugins with the Kotlin plugins Retained

Home Page:https://kordamp.org/kordamp-gradle-plugins/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kordamp-gradle-plugins

Build Status 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.46.0'
    }
}
apply plugin: '<plugin-id>'

Option #2

plugins {
    id '<plugin-id>' version '0.46.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 with the Kotlin plugins Retained

https://kordamp.org/kordamp-gradle-plugins/

License:Apache License 2.0


Languages

Language:Groovy 93.9%Language:Java 3.9%Language:CSS 1.8%Language:XSLT 0.3%Language:Scala 0.0%Language:Smarty 0.0%Language:Clojure 0.0%Language:HTML 0.0%Language:SCSS 0.0%Language:JavaScript 0.0%