mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-10 06:02:09 +00:00
GP-4164: Fixing guava-related build issue
This commit is contained in:
parent
f6705739d2
commit
fac384093f
@ -30,7 +30,10 @@
|
||||
*
|
||||
*****************************************************************************************/
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user