mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-07-30 07:18:37 -09:00
GP-6385: Some more gradle tweaks
This commit is contained in:
@@ -25,12 +25,12 @@ dependencies {
|
||||
}
|
||||
|
||||
project.afterEvaluate {
|
||||
rootProject.ext.mdDeps.clear()
|
||||
rootProject.ext.markdownDeps.clear()
|
||||
configurations.runtimeClasspath.resolve().each { File f ->
|
||||
rootProject.ext.mdDeps.add(f.getAbsolutePath())
|
||||
rootProject.ext.markdownDeps.add(f.getAbsolutePath())
|
||||
}
|
||||
|
||||
sourceSets.main.output.files.each { File f ->
|
||||
rootProject.ext.mdDeps.add(f.getAbsolutePath())
|
||||
rootProject.ext.markdownDeps.add(f.getAbsolutePath())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user