From 0f6d6c6dd52bc93577a9e9990e8c5190573e1cc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BAben=20Sousa?= Date: Sun, 22 Feb 2026 21:08:52 +0100 Subject: [PATCH] Add badges to Readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c5fbf77..c5c2426 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ A Gradle plugin that acts as a powerful gatekeeper for your project's dependencies. It helps you enforce architectural rules, prevent unwanted dependencies, and keep your module graph clean and maintainable as your project scales. +[![Maven Central](https://img.shields.io/maven-central/v/com.rubensousa.projectguard/projectguard-gradle-plugin.svg)](https://github.com/rubensousa/ProjectGuard/releases) +![Plugin](https://img.shields.io/badge/gradle-plugin-green) +![Report](https://img.shields.io/badge/Kotlin-white?logo=Kotlin) +![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/rubensousa/ProjectGuard/push.yml?label=Build) +[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0) + ![ProjectGuard Module Report](example_report_modules.png) ![ProjectGuard Graph Report](example_report_graph.png)