From bb1c3353bb570495644b6c6c75e211296a8354fc Mon Sep 17 00:00:00 2001 From: Thai H Date: Fri, 26 Apr 2024 20:51:19 -0500 Subject: [PATCH] Bump version to 2.4.2 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 05b6656..f400c60 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Declare this in your `build.gradle` ```groovy plugins { - id "com.gorylenko.gradle-git-properties" version "2.4.1" + id "com.gorylenko.gradle-git-properties" version "2.4.2" } ``` @@ -297,7 +297,7 @@ buildscript { } } dependencies { - classpath ("com.gorylenko.gradle-git-properties:gradle-git-properties:2.4.1") { + classpath ("com.gorylenko.gradle-git-properties:gradle-git-properties:2.4.2") { exclude group: 'org.eclipse.jgit', module: 'org.eclipse.jgit' // remove plugin's jgit dependency } classpath 'org.eclipse.jgit:org.eclipse.jgit:5.5.0.201909110433-r' // use the specified jgit dependency diff --git a/build.gradle b/build.gradle index 90ef62e..9fd6a2c 100644 --- a/build.gradle +++ b/build.gradle @@ -75,7 +75,7 @@ components.java.withVariantsFromConfiguration(configurations.runtimeElements) { skip() } -version = "2.4.1" +version = "2.4.2" group = "com.gorylenko.gradle-git-properties" gitProperties {