Skip to content

Commit f76c822

Browse files
authored
use maven repo
1 parent 96d9685 commit f76c822

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
buildscript {
22
repositories {
3-
mavenCentral()
3+
maven {
4+
url "https://plugins.gradle.org/m2/"
5+
}
46
}
57
dependencies {
68
classpath 'org.jfrog.buildinfo:build-info-extractor-gradle:4.32.0'

0 commit comments

Comments
 (0)