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 14f05fb commit ea8b70fCopy full SHA for ea8b70f
1 file changed
build.gradle
@@ -17,6 +17,10 @@ java {
17
withSourcesJar()
18
}
19
20
+repositories {
21
+ mavenCentral()
22
+}
23
+
24
dependencies {
25
testImplementation "org.junit.jupiter:junit-jupiter:$JUNIT_VERSION"
26
testImplementation "org.junit.jupiter:junit-jupiter-api:$JUNIT_VERSION"
0 commit comments