diff --git a/README.md b/README.md index 44d0493..2881985 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This Gradle plugin is compatible with the following versions of Gradle: | Plugin version | Min. Gradle version | | -------------- | ------------------- | -| 2.3.1 | 5.1 | +| 2.3.2 | 5.1 | | 2.2.4 | 4.x | ## notes @@ -28,7 +28,7 @@ Declare this in your `build.gradle` ```groovy plugins { - id "com.gorylenko.gradle-git-properties" version "2.3.1" + id "com.gorylenko.gradle-git-properties" version "2.3.2" } ``` diff --git a/build.gradle b/build.gradle index 4744010..e088ec3 100644 --- a/build.gradle +++ b/build.gradle @@ -1,12 +1,20 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ConfigureShadowRelocation - +buildscript { + dependencies { + classpath ('org.eclipse.jgit:org.eclipse.jgit:') { + version { + strictly '5.13.0.202109080827-r' + } + } + } +} plugins { id 'groovy' id 'maven-publish' id 'java-gradle-plugin' id "com.gradle.plugin-publish" version "0.14.0" id "com.github.johnrengelman.shadow" version "7.0.0" - id "com.gorylenko.gradle-git-properties" version "2.3.1" + id "com.gorylenko.gradle-git-properties" version "2.3.2" } buildScan { @@ -58,7 +66,7 @@ components.java.withVariantsFromConfiguration(configurations.runtimeElements) { skip() } -version = "2.4.0-rc1" +version = "2.4.0-rc2" group = "com.gorylenko.gradle-git-properties" gitProperties {