diff --git a/.sdkmanrc b/.sdkmanrc index 03e409c..d209c98 100644 --- a/.sdkmanrc +++ b/.sdkmanrc @@ -1,3 +1,3 @@ java=17.0.18-librca -gradle=8.14.4 -groovy=4.0.30 +gradle=8.14.5 +groovy=4.0.32 diff --git a/README.md b/README.md index 4f40c96..dda35ce 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,16 @@ Taggable Grails Plugin ====================== -The [Taggable plugin](https://plugins.grails.org/plugin/grails/taggable) that adds a generic mechanism for tagging data. +[![Maven Central](https://img.shields.io/maven-central/v/io.github.gpc/taggable)](https://central.sonatype.com/artifact/io.github.gpc/taggable) +[![CI](https://github.com/gpc/taggable/actions/workflows/ci.yml/badge.svg?event=push)](https://github.com/gpc/taggable/actions/workflows/ci.yml) + +The Taggable plugin that adds a generic mechanism for tagging data. Taggable Plugin --------------- This plugin provides an alternative to the Acts as Taggable hosted at grails.org and with the following features. -Classes can be made taggable by implementing the [grails.plugins.taggable.Taggable](/src/main/groovy/grails/plugins/taggable/Taggable.groovy) interface +Classes can be made taggable by implementing the [grails.plugins.taggable.Taggable](https://github.com/gpc/taggable/blob/7.0.x/plugin/src/main/groovy/grails/plugins/taggable/Taggable.groovy) interface * Method chaining can be used to add tags * The table name the domain classes use is customizable * Utilizes extensive caching to improve performance diff --git a/gradle.properties b/gradle.properties index 4d22671..4e88408 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ projectVersion=7.0.1-SNAPSHOT -grailsVersion=7.0.10 +grailsVersion=7.1.2 githubUser=gpc githubProject=taggable # Comma-separated list of projects to publish diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index aaaabb3..4f5eb9d 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.4-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.5-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME