Coder Social home page Coder Social logo

gaybro8777 / kordamp-gradle-plugins Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kordamp/kordamp-gradle-plugins

0.0 0.0 0.0 4.52 MB

A collection of Gradle plugins

License: Apache License 2.0

Groovy 91.92% Java 1.90% Clojure 0.04% CSS 6.01% HTML 0.02% JavaScript 0.02% Scala 0.09%

kordamp-gradle-plugins's Introduction

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.15.0'
    }
}
apply plugin: '{plugin-id}'

Option #2

plugins {
    id '{plugin-id}' version '0.15.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+

kordamp-gradle-plugins's People

Contributors

aalmiray avatar tlinkowski avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.