Skip to content

Commit e2c53f0

Browse files
committed
Add mavenCentral
Signed-off-by: Craig Perkins <[email protected]>
1 parent d6626bf commit e2c53f0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/dependabot.yml

-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ updates:
77
labels:
88
- "dependabot"
99
- "dependencies"
10-
- "testing"
1110
version: 2

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ subprojects {
119119
}
120120
}
121121
repositories {
122+
mavenCentral()
122123
maven {
123124
name = 'test'
124125
url = "${rootProject.buildDir}/local-test-repo"

0 commit comments

Comments
 (0)