mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-31 16:50:53 +08:00
Merge remote-tracking branch 'origin/patch'
Conflicts: Ghidra/application.properties
This commit is contained in:
@@ -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))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user