Skip to content

Commit 659c6a1

Browse files
benjderobluca
authored andcommitted
Problem: Java build fail due to dependencies no longer available
1 parent 9810e78 commit 659c6a1

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

zproject_java.gsl

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,18 @@ $(project.GENERATED_WARNING_HEADER:)
126126
$(project.GENERATED_WARNING_HEADER:)
127127
*/
128128

129+
buildscript {
130+
configurations.all {
131+
resolutionStrategy {
132+
force 'org.codehaus.groovy.modules.http-builder:http-builder:0.7.1'
133+
}
134+
}
135+
}
136+
129137
plugins {
130138
id 'java'
131139
id 'maven-publish'
132-
id 'com.jfrog.artifactory' version '4.21.0'
140+
id 'com.jfrog.artifactory' version '4.29.4'
133141
id 'com.jfrog.bintray' version '1.8.5'
134142
id 'com.google.osdetector' version '1.7.0'
135143
}

0 commit comments

Comments
 (0)