Skip to content

Commit

Permalink
Replace jgit version included through gradle-info-plugin on 1.x line (#…
Browse files Browse the repository at this point in the history
…11571) (#11577)

Signed-off-by: Marc Handalian <[email protected]>
  • Loading branch information
mch2 authored Dec 11, 2023
1 parent 5c2a9a4 commit 540328d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,10 @@ dependencies {
api 'org.apache.ant:ant:1.10.12'
api 'com.netflix.nebula:gradle-extra-configurations-plugin:3.0.3'
api 'com.netflix.nebula:nebula-publishing-plugin:4.7.0'
api 'com.netflix.nebula:gradle-info-plugin:8.2.0'
api("com.netflix.nebula:gradle-info-plugin:8.2.0") {
exclude module: 'jgit'
}
api 'org.eclipse.jgit:org.eclipse.jgit:6.8.0.202311291450-r'
api 'org.apache.rat:apache-rat:0.13'
api 'commons-io:commons-io:2.7'
api "net.java.dev.jna:jna:5.5.0"
Expand Down

0 comments on commit 540328d

Please sign in to comment.