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.
2 parents e1d61f3 + 95d8524 commit c84c2c6Copy full SHA for c84c2c6
build.gradle
@@ -21,10 +21,6 @@ java {
21
withJavadocJar()
22
}
23
24
-test {
25
- useJUnitPlatform()
26
-}
27
-
28
sourceSets {
29
main {
30
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