File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -460,7 +460,7 @@ buildscript {
460
460
}
461
461
dependencies {
462
462
classpath " com.xlson.groovycsv:groovycsv:1.3"
463
- classpath " com.google.guava:guava:28.1 -jre"
463
+ classpath " com.google.guava:guava:29.0 -jre"
464
464
465
465
classpath " com.github.sghill.gradle:distribution-sha-plugin:0.4.0"
466
466
classpath " io.franzbecker:gradle-lombok:4.0.0"
@@ -613,6 +613,15 @@ sourceSets {
613
613
}
614
614
}
615
615
616
+ sourceSets. all {
617
+ configurations. getByName(runtimeClasspathConfigurationName) {
618
+ attributes. attribute(Attribute . of(" org.gradle.jvm.environment" , String ), " standard-jvm" )
619
+ }
620
+ configurations. getByName(compileClasspathConfigurationName) {
621
+ attributes. attribute(Attribute . of(" org.gradle.jvm.environment" , String ), " standard-jvm" )
622
+ }
623
+ }
624
+
616
625
configurations {
617
626
codacy
618
627
You can’t perform that action at this time.
0 commit comments