We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5615ea9 + 76f624e commit e825a6aCopy full SHA for e825a6a
1 file changed
build.gradle
@@ -24,11 +24,15 @@ buildscript {
24
}
25
26
plugins {
27
- // this version (0.43.0 and up) , uses a later version of test-harness eliminating the
+ // this version (0.43.0 and up) , uses a later version of test-harness eliminating the
28
// dependency on a compromised version of apache commons-text. Shows as a red-herring in scans
29
id 'org.jenkins-ci.jpi' version '0.46.0'
30
31
32
+configurations.all {
33
+ resolutionStrategy.force 'com.google.guava:guava:33.2.1-jre'
34
+}
35
+
36
def internalRepoHost = System.getenv("SNPS_INTERNAL_ARTIFACTORY")
37
38
apply from: "https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-repositories.gradle"
0 commit comments