Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ buildscript {
classpath 'com.palantir.gradle.revapi:gradle-revapi:1.7.0'
classpath 'com.gorylenko.gradle-git-properties:gradle-git-properties:2.4.1'
classpath 'com.palantir.gradle.gitversion:gradle-git-version:0.15.0'
classpath ('org.eclipse.jgit:org.eclipse.jgit:5.13.1.202206130422-r') {
classpath ('org.eclipse.jgit:org.eclipse.jgit:6.4.0.202211300538-r') {
// gradle-git-version automatically uses a jgit version that requires JDK11
// so we need to enforce the latest jgit version that works with JDK8
force = true
Expand Down