We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1809eee commit 8803208Copy full SHA for 8803208
build.gradle
@@ -64,12 +64,16 @@ tasks.withType(Javadoc) {
64
dependencies {
65
implementation gradleApi()
66
implementation "org.kohsuke:github-api:1.321"
67
+
68
implementation "org.eclipse.jgit:org.eclipse.jgit:6.9.0.202403050737-r"
69
implementation "org.eclipse.jgit:org.eclipse.jgit.ssh.jsch:6.9.0.202403050737-r"
70
71
+ implementation "org.bouncycastle:bcprov-jdk18on:1.78.1"
72
73
implementation "com.squareup.okhttp3:okhttp:4.12.0"
74
75
testImplementation(platform("org.junit:junit-bom:5.9.1"))
- testImplementation("org.junit.jupiter:junit-jupiter")
76
+ testImplementation "org.junit.jupiter:junit-jupiter"
77
}
78
79
task javadocJar(type: Jar) {
0 commit comments