Skip to content

Commit 25ce47b

Browse files
correct version key
1 parent e8f131f commit 25ce47b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ subprojects {
8181

8282
// Guava update breaks unit tests. Workaround mentioned in https://github.com/google/guava/issues/6612#issuecomment-1614992368.
8383
// Temporarily removing this to confirm brakage in Gradle 7+
84-
if (gradle.version == "6.9.4") {
84+
if (gradle.gradleVersion == "6.9.4") {
8585
sourceSets.all {
8686
configurations.getByName(runtimeClasspathConfigurationName) {
8787
attributes.attribute(Attribute.of("org.gradle.jvm.environment", String), "standard-jvm")

0 commit comments

Comments
 (0)