We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f131f commit 25ce47bCopy full SHA for 25ce47b
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 (gradle.version == "6.9.4") {
+ if (gradle.gradleVersion == "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