Remove remaining Guava usages

This commit is contained in:
Juuz
2025-10-01 01:27:27 +03:00
parent d0ec9525bb
commit 044eb9161f
8 changed files with 36 additions and 22 deletions

View File

@@ -73,6 +73,12 @@ configurations.configureEach {
}
}
// Arch: Prevent compiling against Guava.
// The dependency is still leaked from DFU, but it shouldn't be used to keep up with upstream standards.
configurations.named('compileClasspath') {
exclude group: 'com.google.guava'
}
sourceSets {
commonDecompiler {
java {