Skip to content

Commit

Permalink
Problem: Java build fail due to dependencies no longer available
Browse files Browse the repository at this point in the history
  • Loading branch information
benjdero authored and bluca committed Jul 30, 2024
1 parent 9810e78 commit 659c6a1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion zproject_java.gsl
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,18 @@ $(project.GENERATED_WARNING_HEADER:)
$(project.GENERATED_WARNING_HEADER:)
*/

buildscript {
configurations.all {
resolutionStrategy {
force 'org.codehaus.groovy.modules.http-builder:http-builder:0.7.1'
}
}
}

plugins {
id 'java'
id 'maven-publish'
id 'com.jfrog.artifactory' version '4.21.0'
id 'com.jfrog.artifactory' version '4.29.4'
id 'com.jfrog.bintray' version '1.8.5'
id 'com.google.osdetector' version '1.7.0'
}
Expand Down

0 comments on commit 659c6a1

Please sign in to comment.