File tree 2 files changed +2
-5
lines changed
src/main/kotlin/io/spine/internal/dependency
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ val kotlinVersion = "1.8.22"
82
82
* Always use the same version as the one specified in [io.spine.internal.dependency.Guava].
83
83
* Otherwise, when testing Gradle plugins, clashes may occur.
84
84
*/
85
- val guavaVersion = " 32.1.3 -jre"
85
+ val guavaVersion = " 31.1 -jre"
86
86
87
87
/* *
88
88
* The version of ErrorProne Gradle plugin.
@@ -132,9 +132,6 @@ val kotestJvmPluginVersion = "0.4.10"
132
132
val koverVersion = " 0.6.1"
133
133
134
134
configurations.all {
135
- attributes {
136
- attribute(Attribute .of(" org.gradle.jvm.environment" , " " .javaClass), " standard-jvm" )
137
- }
138
135
139
136
resolutionStrategy {
140
137
force(
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ package io.spine.internal.dependency
37
37
*/
38
38
@Suppress(" unused" , " ConstPropertyName" )
39
39
object Guava {
40
- private const val version = " 32.1.3 -jre"
40
+ private const val version = " 31.1 -jre"
41
41
const val lib = " com.google.guava:guava:${version} "
42
42
const val testLib = " com.google.guava:guava-testlib:${version} "
43
43
}
You can’t perform that action at this time.
0 commit comments