mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-849: Gradle 7 support
This commit is contained in:
parent
cb63f67a81
commit
3a0ae8ee39
84 changed files with 324 additions and 290 deletions
|
@ -23,12 +23,12 @@ apply plugin: 'eclipse'
|
|||
eclipse.project.name = 'Debug Framework-Debugging'
|
||||
|
||||
dependencies {
|
||||
compile project(':Framework-AsyncComm')
|
||||
compile project(':Generic')
|
||||
compile project(':SoftwareModeling')
|
||||
compile project(':ProposedUtils')
|
||||
api project(':Framework-AsyncComm')
|
||||
api project(':Generic')
|
||||
api project(':SoftwareModeling')
|
||||
api project(':ProposedUtils')
|
||||
|
||||
testCompile project(path: ':Framework-AsyncComm', configuration: 'testArtifacts')
|
||||
testImplementation project(path: ':Framework-AsyncComm', configuration: 'testArtifacts')
|
||||
}
|
||||
|
||||
task testSpecimenWin64 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue