We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6715e94 commit a308d32Copy full SHA for a308d32
build.gradle
@@ -74,7 +74,10 @@ dependencies {
74
shadow localGroovy()
75
shadow gradleApi()
76
77
- implementation "com.sonatype.nexus:nexus-platform-api:$nexusPlatformApiVersion"
+ implementation ("com.sonatype.nexus:nexus-platform-api:$nexusPlatformApiVersion") {
78
+ exclude group: 'org.eclipse.jgit', module: 'org.eclipse.jgit'
79
+ }
80
+ implementation 'org.eclipse.jgit:org.eclipse.jgit:5.13.3.202401111512-r'
81
implementation "org.sonatype.ossindex:ossindex-service-client:$ossIndexClientVersion"
82
implementation "ch.qos.logback:logback-classic:$logbackVersion"
83
implementation "commons-io:commons-io:$commonsIoVersion"
0 commit comments