mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-24 13:21:22 +08:00
Merge remote-tracking branch 'origin/GP-3977_Dan_gradle8Fixes'
(Closes #5902)
This commit is contained in:
@@ -25,9 +25,9 @@ def boolean filterJar(File jarfile) {
|
||||
}
|
||||
|
||||
task configureNodepJar {
|
||||
dependsOn(configurations.default)
|
||||
dependsOn(configurations.runtimeClasspath)
|
||||
doLast {
|
||||
configurations.default.files.forEach { jar ->
|
||||
configurations.runtimeClasspath.files.forEach { jar ->
|
||||
if (filterJar(jar)) {
|
||||
nodepJar.from(zipTree(jar)) {
|
||||
// The real solution here is probably to sort out the dependency graph
|
||||
|
||||
Reference in New Issue
Block a user