From f4b8b142491b404bf1420f3fa7171c9a9469ad7f Mon Sep 17 00:00:00 2001 From: Ryan Dens Date: Sat, 14 Sep 2024 13:26:40 -0700 Subject: [PATCH] Fix typo in README that links to build-parameters The Plugin Portal badge in the README correctly gets the latest `org.gradlex.reproducible-builds` from the plugin portal, but clicking on the badge directs one to the `org.gradlex.build-parameters` plugin on the Plugin Portal --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1c7c04..0cf495b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Reproducible Builds Gradle plugin [![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fgradlex-org%2Freproducible-builds%2Fbadge%3Fref%3Dmain&style=flat)](https://actions-badge.atrox.dev/gradlex-org/build-parameters/goto?ref=main) -[![Gradle Plugin Portal](https://img.shields.io/maven-metadata/v?label=Plugin%20Portal&metadataUrl=https%3A%2F%2Fplugins.gradle.org%2Fm2%2Forg%2Fgradlex%2Freproducible-builds%2Forg.gradlex.reproducible-builds.gradle.plugin%2Fmaven-metadata.xml)](https://plugins.gradle.org/plugin/org.gradlex.build-parameters) +[![Gradle Plugin Portal](https://img.shields.io/maven-metadata/v?label=Plugin%20Portal&metadataUrl=https%3A%2F%2Fplugins.gradle.org%2Fm2%2Forg%2Fgradlex%2Freproducible-builds%2Forg.gradlex.reproducible-builds.gradle.plugin%2Fmaven-metadata.xml)](https://plugins.gradle.org/plugin/org.gradlex.reproducible-builds) Reproducibility settings applied to some of Gradle's built-in tasks, that should really be the default. Compatible with Java 8 and Gradle 8.3 or later.