mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-10 14:11:59 +00:00
GP-4164: Improving guava-related build issue fix
This commit is contained in:
parent
fac384093f
commit
4d85657231
@ -41,8 +41,13 @@ dependencies {
|
|||||||
api "org.bouncycastle:bcprov-jdk15on:1.69"
|
api "org.bouncycastle:bcprov-jdk15on:1.69"
|
||||||
api "org.bouncycastle:bcutil-jdk15on:1.69"
|
api "org.bouncycastle:bcutil-jdk15on:1.69"
|
||||||
|
|
||||||
|
|
||||||
compileOnly "junit:junit:4.12"
|
compileOnly "junit:junit:4.12"
|
||||||
|
|
||||||
|
constraints {
|
||||||
|
api("com.google.guava:guava") {
|
||||||
|
attributes {
|
||||||
|
attribute(TargetJvmEnvironment.TARGET_JVM_ENVIRONMENT_ATTRIBUTE, objects.named(TargetJvmEnvironment, TargetJvmEnvironment.STANDARD_JVM))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
application.name=Ghidra
|
application.name=Ghidra
|
||||||
application.version=11.0.1
|
application.version=11.0
|
||||||
application.release.name=DEV
|
application.release.name=DEV
|
||||||
application.layout.version=1
|
application.layout.version=1
|
||||||
application.gradle.min=7.3
|
application.gradle.min=7.3
|
||||||
|
@ -30,10 +30,7 @@
|
|||||||
*
|
*
|
||||||
*****************************************************************************************/
|
*****************************************************************************************/
|
||||||
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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user