From fc85cf5504085232ff1d6afd1a04a7f9a41f4225 Mon Sep 17 00:00:00 2001 From: Adam <897017+aSemy@users.noreply.github.com> Date: Sat, 13 Jan 2024 19:55:22 +0100 Subject: [PATCH] add maven central badges (using the new group-id, so they won't work for a while) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a7b4840..434be9f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ [![GitHub license](https://img.shields.io/github/license/adamko-dev/kotlin-binary-compatibility-validator-mu?style=for-the-badge)](https://github.com/adamko-dev/kotlin-binary-compatibility-validator-mu/blob/main/LICENSE) [![Gradle Plugin Portal](https://img.shields.io/gradle-plugin-portal/v/dev.adamko.kotlin.binary-compatibility-validator?style=for-the-badge)](https://plugins.gradle.org/plugin/dev.adamko.kotlin.binary-compatibility-validator) +[![Maven Central](https://img.shields.io/maven-central/v/dev.adamko.kotlin.binary-compatibility-validator/bcv-gradle-plugin?style=for-the-badge&logo=apache-maven&color=6545e7&link=https%3A%2F%2Fsearch.maven.org%2Fsearch%3Fq%3Dg%3Adev.adamko.kotlin.binary-compatibility-validator)](https://search.maven.org/search?q=g:dev.adamko.kotlin.binary-compatibility-validator) +[![Maven Central Snapshots](https://img.shields.io/maven-metadata/v?label=MAVEN%20SNAPSHOT&metadataUrl=https%3A%2F%2Fs01.oss.sonatype.org%2Fcontent%2Frepositories%2Fsnapshots%2Fdev%2Fadamko%2Fkotlin%2Fbinary-compatibility-validator%2Fbcv-gradle-plugin%2Fmaven-metadata.xml&style=for-the-badge&logo=apache-maven)](https://s01.oss.sonatype.org/content/repositories/snapshots/dev/adamko/kotlin/binary-compatibility-validator/bcv-gradle-plugin/) # Kotlin Binary Compatibility Validator (Mirror Universe)