mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-24 13:11:47 +00:00
a few more gradle fixes
This commit is contained in:
parent
91beac819c
commit
1f82aa5e8e
@ -18,5 +18,5 @@ dependencies {
|
||||
compile "net.sf.jung:jung-visualization:2.1.1"
|
||||
|
||||
// These have abstract test classes and stubs needed by this module
|
||||
testCompile project(':Docking').sourceSets.test.output
|
||||
testCompile project(path: ':Docking', configuration: 'testArtifacts')
|
||||
}
|
||||
|
@ -156,12 +156,3 @@ ext.addExports = { List<String> exports ->
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
afterEvaluate {
|
||||
eclipse.classpath.file.whenMerged { classpath ->
|
||||
classpath.entries.removeAll { ent ->
|
||||
ent instanceof Library && !ent.path.endsWith('.jar')
|
||||
}
|
||||
classpath.entries.findAll { entry -> entry.kind == 'lib' }*.exported = true
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user