From 0aff51f36a34de36770a96fc2a654ab2b4a39129 Mon Sep 17 00:00:00 2001 From: Simon Schiller Date: Thu, 18 Aug 2022 13:43:56 +0200 Subject: [PATCH] Bump Ruler version to 1.4.0 --- README.md | 2 +- buildSrc/src/main/kotlin/Publish.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b5fa2953..b8f8b488 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ buildscript { mavenCentral() } dependencies { - classpath("com.spotify.ruler:ruler-gradle-plugin:1.3.0") + classpath("com.spotify.ruler:ruler-gradle-plugin:1.4.0") } } ``` diff --git a/buildSrc/src/main/kotlin/Publish.kt b/buildSrc/src/main/kotlin/Publish.kt index 533e9af2..b2ce514a 100644 --- a/buildSrc/src/main/kotlin/Publish.kt +++ b/buildSrc/src/main/kotlin/Publish.kt @@ -24,7 +24,7 @@ import org.gradle.plugins.signing.SigningExtension import java.net.URI const val RULER_PLUGIN_GROUP = "com.spotify.ruler" -const val RULER_PLUGIN_VERSION = "1.3.0" // Also adapt this version in the README +const val RULER_PLUGIN_VERSION = "1.4.0" // Also adapt this version in the README const val EXT_POM_NAME = "POM_NAME" const val EXT_POM_DESCRIPTION = "POM_DESCRIPTION"