mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-27 09:17:13 +08:00
GP-4164: Fixing guava-related build issue
This commit is contained in:
@@ -30,7 +30,10 @@
|
|||||||
*
|
*
|
||||||
*****************************************************************************************/
|
*****************************************************************************************/
|
||||||
configurations {
|
configurations {
|
||||||
sleighConfig
|
sleighConfig {
|
||||||
|
// The following line is needed so newer versions of guava can be resolved
|
||||||
|
attributes.attribute(TargetJvmEnvironment.TARGET_JVM_ENVIRONMENT_ATTRIBUTE, objects.named(TargetJvmEnvironment.class, TargetJvmEnvironment.STANDARD_JVM))
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|||||||
Reference in New Issue
Block a user