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.
1 parent 34f6490 commit 48734bfCopy full SHA for 48734bf
build.gradle
@@ -130,6 +130,8 @@ configurations.all {
130
force "org.mockito:mockito-core:${versions.mockito}"
131
force "org.yaml:snakeyaml:${versions.snakeyaml}"
132
force "org.slf4j:slf4j-api:2.0.0"
133
+ force "ch.qos.logback:logback-classic:1.3.14"
134
+ force "ch.qos.logback:logback-core:1.3.14"
135
}
136
137
0 commit comments