Skip to content

Commit a249a1b

Browse files
matreipaulk-asert
authored andcommitted
ci: Fix problem locating build component
The transitive build script dependency `org.jfrog.buildinfo:build-info-extractor:2.3.2` cannot be found. This commit adds Groovy's artifactory repo to the build script repositories, to make the build find the missing dependency.
1 parent 61fbb3c commit a249a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ buildscript {
2828
maven { url 'https://plugins.gradle.org/m2/' }
2929
// uncomment next repo if jcenter isn't available
3030
// we have some build components mirrored there
31-
// maven { url 'https://groovy.jfrog.io/artifactory/libs-release-local/' }
31+
maven { url 'https://groovy.jfrog.io/artifactory/libs-release-local/' }
3232
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
3333
maven { url 'https://jitpack.io' }
3434
}

0 commit comments

Comments
 (0)