Skip to content

Commit ea8b70f

Browse files
committed
Configure Maven Central repositories
1 parent 14f05fb commit ea8b70f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ java {
1717
withSourcesJar()
1818
}
1919

20+
repositories {
21+
mavenCentral()
22+
}
23+
2024
dependencies {
2125
testImplementation "org.junit.jupiter:junit-jupiter:$JUNIT_VERSION"
2226
testImplementation "org.junit.jupiter:junit-jupiter-api:$JUNIT_VERSION"

0 commit comments

Comments
 (0)