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.
1 parent 9810e78 commit 659c6a1Copy full SHA for 659c6a1
zproject_java.gsl
@@ -126,10 +126,18 @@ $(project.GENERATED_WARNING_HEADER:)
126
$(project.GENERATED_WARNING_HEADER:)
127
*/
128
129
+buildscript {
130
+ configurations.all {
131
+ resolutionStrategy {
132
+ force 'org.codehaus.groovy.modules.http-builder:http-builder:0.7.1'
133
+ }
134
135
+}
136
+
137
plugins {
138
id 'java'
139
id 'maven-publish'
- id 'com.jfrog.artifactory' version '4.21.0'
140
+ id 'com.jfrog.artifactory' version '4.29.4'
141
id 'com.jfrog.bintray' version '1.8.5'
142
id 'com.google.osdetector' version '1.7.0'
143
}
0 commit comments