mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
Remove remaining Guava usages
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user