We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d60433 commit 956a4cbCopy full SHA for 956a4cb
build.gradle
@@ -22,10 +22,6 @@ java {
22
withJavadocJar()
23
}
24
25
-test {
26
- useJUnitPlatform()
27
-}
28
-
29
sourceSets {
30
main {
31
java {
gradle/dependencies.gradle
@@ -1,9 +1,5 @@
1
dependencies {
2
- // Use JUnit test framework
3
- testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0'
4
- testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0'
5
- testImplementation 'org.mockito:mockito-inline:5.2.0'
6
+
7
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
8
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
9
0 commit comments