Git Product home page Git Product logo

gradle-development-plugin's Introduction

Gradle Development Plugin

Author: Sören Räuchle | 3pc GmbH

Gradle Plugin for Java Projects. This Plugin reduces (build) boilerplate Code of java development Projects and sets up some standard tasks.

Features:

  • Unit-, Integration and E2E testing tasks
  • Error-prone and nullify Code Checks
  • Code style checks including automated formatting (Palantir style)
  • Git Commit message verify and check
  • Semantic Versioning based on git tags
  • Lombok Code generation
  • Dockerization of java code

Used Plugins: @see build.gradle.kts

More Info:


Install the Plugin

Add the plugin inside your build.gradle(.kts)

// build.gradle(.kts)
plugins{
    id("de.3pc.development") version "0.0.7"
}

Development: During local development the plugin will be published on mavenLocal. Please make sure you added the repository inside your settings.gradle to get the plugin dev version.

// settings.gradle
pluginManagement {
    repositories {
        mavenLocal()
        gradlePluginPortal()
    }
}
rootProject.name = "Your great project name goes here!" 

Environment variables

CI integration variables

  • CI_APP_VERSION - allow to enforce a CI-standard versioning scheme
  • CI_DOCKER_NAMEONLY - allow to enforce a CI-standard docker naming convention

See Docker runtime variables in docs/docker.md

Change Docker Runtime Image (uses by gradle as base image for spring boot images)

// build.gradle(.kts)

dockerConfig{
    image.set("openjdk:11-jre-slim")
}

gradle-development-plugin's People

Contributors

sraeuchle avatar needleshaped avatar aspiridonovs avatar support3pc avatar

Stargazers

 avatar  avatar

Watchers

Falk Gebauer avatar  avatar  avatar  avatar

Forkers

needleshaped

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.