Skip to content

Commit 5ac4089

Browse files
authored
Add mavenCentral to the list of repositories in build.gradle (#4298)
Signed-off-by: Divya Madala <divyaasm@amazon.com>
1 parent 2813a21 commit 5ac4089

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ plugins {
2121
}
2222

2323
repositories {
24+
mavenCentral()
2425
maven { url 'https://repo.jenkins-ci.org/releases/' }
2526
maven { url 'https://mvnrepository.com/artifact/' }
2627
mavenLocal()

0 commit comments

Comments
 (0)