mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-24 23:05:59 +08:00
GT-3062: added comment to ambiguous build code
This commit is contained in:
@@ -9,6 +9,8 @@ eclipse.project.name = '_Integration Test'
|
||||
*********************************************************************************/
|
||||
dependencies {
|
||||
|
||||
// integrationtest module may depend on other projects in this repo; add them
|
||||
// here
|
||||
rootProject.subprojects { p ->
|
||||
p.plugins.withType(JavaPlugin) {
|
||||
def projectPath = p.projectDir.path.replace(File.separator, "/")
|
||||
|
||||
Reference in New Issue
Block a user