Skip to content

Commit 2a59b0e

Browse files
committed
jgit 7.2.1.202505142326-r
1 parent 091c822 commit 2a59b0e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ configurations {
5252
testRuntimeClasspath.extendsFrom plugin
5353
}
5454

55-
def jgitVersion = '5.0.1.201806211838-r'
55+
def jgitVersion = '7.2.1.202505142326-r'
5656

5757
configurations.all {
5858
resolutionStrategy {

gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ org.eclipse.equinox:common:3.6.200-v20130402-1505=compileClasspath,runtimeClassp
4141
org.eclipse.equinox:preferences:3.5.200-v20140224-1527=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4242
org.eclipse.equinox:registry:3.5.400-v20140428-1507=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4343
org.eclipse.jdt:core:3.3.0-v_771=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
44-
org.eclipse.jgit:org.eclipse.jgit:5.0.1.201806211838-r=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
44+
org.eclipse.jgit:org.eclipse.jgit:7.2.1.202505142326-r=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4545
org.eclipse.sisu:org.eclipse.sisu.inject:0.3.5=compileClasspath,runtimeClasspath,shadow,testCompileClasspath,testRuntimeClasspath
4646
org.eclipse:osgi:3.10.0-v20140606-1445=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4747
org.eclipse:text:3.3.0-v20070606-0010=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath

src/main/groovy/com/netflix/nebula/lint/plugin/NotNecessarilyGitRepository.groovy

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,9 @@ class NotNecessarilyGitRepository extends Repository {
8181
ReflogReader getReflogReader(String refName) throws IOException {
8282
throw new UnsupportedOperationException('This is not necessarily a git repo')
8383
}
84+
85+
@Override
86+
String getIdentifier() {
87+
workTree.absolutePath
88+
}
8489
}

0 commit comments

Comments
 (0)