GithubHelp home page GithubHelp logo

kordamp / kordamp-gradle-plugins Goto Github PK

View Code? Open in Web Editor NEW
138.0 9.0 25.0 21.73 MB

A collection of Gradle plugins

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

License: Apache License 2.0

Groovy 95.77% Java 4.12% Clojure 0.01% CSS 0.01% HTML 0.01% JavaScript 0.01% Scala 0.03% Smarty 0.03% SCSS 0.01%
gradle gradle-plugin groovy project

kordamp-gradle-plugins's Introduction

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

Option #2

plugins {
    id '<plugin-id>' version '0.54.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 11

  • Gradle 7+

kordamp-gradle-plugins's People

Contributors

aalmiray avatar github-actions[bot] avatar kortov avatar musketyr avatar tlinkowski avatar ursjoss avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

kordamp-gradle-plugins's Issues

Consider making the build reproducible by default

Your blog post [1] says

All JARs have their manifest enriched with additional entries such as build date/time/revision and more

I'd like to point out that adding clock time makes the build non-reproducible over time - i.e. the same source tree built at two occasions will produce binarily different artifacts.

I see that having some date in manifest is practical. You may want to take the date of the last commit instead of the clock time.

Of course, this is not the only issue breaking the build reproducibility. The ZIP entry timestamps in JARs, WARs, etc. is another important one. Not sure how you handle those. Anyway, build reproducibility is goal worthwhile for making the defaults compatible with it.

[1] http://andresalmiray.com/the-gradle-pom/

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.