Skip to content

Commit

Permalink
Update grgit-core to 4.1.1 (Fix #195)
Browse files Browse the repository at this point in the history
  • Loading branch information
KENNYSOFT committed Dec 1, 2021
1 parent 45f84f2 commit a68ebda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ This Gradle plugin is compatible with the following versions of Gradle:
* Plugin requires Java 8+
* If `git.properties` is missing on Gradle 5.1.x and 5.2.x [Issue 128](https://github.com/n0mer/gradle-git-properties/issues/128), use `gitPropertiesResourceDir` to config a different output directory
* Since gradle-git-properties v2.x, we require JGit 5.x, this might cause some issues if you have other gradle plugin which uses JGit 1.4.x. In that case, you can use gradle-git-properties v1.5.x (instead of 2.x) which uses JGit 1.4.x. See [Issue 133](https://github.com/n0mer/gradle-git-properties/issues/133) for more info about this plugin's dependencies
* With gradle-git-properties v2.2.4, v2.3.0, and v2.3.1, grgit v4.1.0 always requires the latest JGit which can be 6+, this cause build fails if you run Gradle with Java under 11. See [Issue 195](https://github.com/n0mer/gradle-git-properties/issues/195) for more info about this issue

## usage

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repositories {
dependencies {
shadow gradleApi()
shadow localGroovy()
implementation 'org.ajoberstar.grgit:grgit-core:4.1.0'
implementation 'org.ajoberstar.grgit:grgit-core:4.1.1'
// for debugging
//implementation 'org.gradle:gradle-language-jvm:5.6.2'
//implementation 'org.gradle:gradle-language-java:5.6.2'
Expand Down

0 comments on commit a68ebda

Please sign in to comment.