mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-27 23:17:03 +08:00
GP-849: Gradle 7 support
This commit is contained in:
@@ -23,9 +23,9 @@ eclipse.project.name = 'Features ByteViewer'
|
||||
|
||||
dependencies {
|
||||
|
||||
compile project(':Base')
|
||||
api project(':Base')
|
||||
|
||||
testCompile project(path: ':SoftwareModeling', configuration: 'testArtifacts')
|
||||
testImplementation project(path: ':SoftwareModeling', configuration: 'testArtifacts')
|
||||
|
||||
helpPath project(path: ':Base', configuration: 'helpPath') // this module's help has links to Base help files
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user