We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a260d0 commit e8f131fCopy full SHA for e8f131f
build.gradle
@@ -81,7 +81,7 @@ subprojects {
81
82
// Guava update breaks unit tests. Workaround mentioned in https://github.com/google/guava/issues/6612#issuecomment-1614992368.
83
// Temporarily removing this to confirm brakage in Gradle 7+
84
- if (GradleVersion.current().compareTo(GradleVersion.version("7.0")) < 0) {
+ if (gradle.version == "6.9.4") {
85
sourceSets.all {
86
configurations.getByName(runtimeClasspathConfigurationName) {
87
attributes.attribute(Attribute.of("org.gradle.jvm.environment", String), "standard-jvm")
0 commit comments