mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
GP-4164: Fixing guava-related build issue
This commit is contained in:
parent
f6705739d2
commit
fac384093f
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue