Skip to content

Commit 96d9685

Browse files
authored
updated to use mavenCentral()
1 parent 7a9baeb commit 96d9685

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

build.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
buildscript {
22
repositories {
3-
gradlePluginPortal()
4-
jcenter()
5-
maven {
6-
url "https://plugins.gradle.org/m2/"
7-
}
3+
mavenCentral()
84
}
95
dependencies {
106
classpath 'org.jfrog.buildinfo:build-info-extractor-gradle:4.32.0'

0 commit comments

Comments
 (0)