Skip to content

Commit

Permalink
ci: Fix problem locating build component
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
matrei authored and paulk-asert committed Jul 31, 2024
1 parent 61fbb3c commit a249a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ buildscript {
maven { url 'https://plugins.gradle.org/m2/' }
// uncomment next repo if jcenter isn't available
// we have some build components mirrored there
// maven { url 'https://groovy.jfrog.io/artifactory/libs-release-local/' }
maven { url 'https://groovy.jfrog.io/artifactory/libs-release-local/' }
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
maven { url 'https://jitpack.io' }
}
Expand Down

0 comments on commit a249a1b

Please sign in to comment.