We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96d9685 commit f76c822Copy full SHA for f76c822
1 file changed
build.gradle
@@ -1,6 +1,8 @@
1
buildscript {
2
repositories {
3
- mavenCentral()
+ maven {
4
+ url "https://plugins.gradle.org/m2/"
5
+ }
6
}
7
dependencies {
8
classpath 'org.jfrog.buildinfo:build-info-extractor-gradle:4.32.0'
0 commit comments