We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ee8957 + acff810 commit 9047936Copy full SHA for 9047936
algorithm-exercises-java/build.gradle
@@ -28,7 +28,7 @@ dependencies {
28
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
29
30
// This dependency is used by the application.
31
- implementation 'com.google.guava:guava:33.4.7-android'
+ implementation 'com.google.guava:guava:33.4.7-jre'
32
33
//
34
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.18.3'
@@ -57,7 +57,7 @@ checkstyle {
57
58
configurations.checkstyle {
59
resolutionStrategy.capabilitiesResolution.withCapability("com.google.collections:google-collections") {
60
- select("com.google.guava:guava:33.4.7-android")
+ select("com.google.guava:guava:33.4.7-jre")
61
}
62
63
0 commit comments