Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Files

27 lines (17 loc) · 762 Bytes
·

README.md

File metadata and controls

27 lines (17 loc) · 762 Bytes
·

Quality Plugin

QualityCollection

This plugin is a collection of all quality plugins.

Features

Quick access to all quality plugins in one:

  • Code Analysis - source code analysis
  • Formatter - source code formatter applying bitfunk code style
  • Report - quality report plugin using sonarqube

Installation

Add the following to your project root build.gradle/build.gradle.kts file:

plugins {
    id("eu.bitfunk.gradle.plugin.quality")
}

Usage

Read the corresponding quality plugin documentation listed under features.