mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
a few more gradle fixes
This commit is contained in:
parent
91beac819c
commit
1f82aa5e8e
2 changed files with 1 additions and 10 deletions
|
@ -18,5 +18,5 @@ dependencies {
|
||||||
compile "net.sf.jung:jung-visualization:2.1.1"
|
compile "net.sf.jung:jung-visualization:2.1.1"
|
||||||
|
|
||||||
// These have abstract test classes and stubs needed by this module
|
// 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…
Add table
Add a link
Reference in a new issue