mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
a few more gradle tweaks
This commit is contained in:
parent
1f82aa5e8e
commit
ae8e6302f3
3 changed files with 3 additions and 3 deletions
|
@ -33,5 +33,5 @@ dependencies {
|
|||
helpPath project(path: ":Base", configuration: 'helpPath')
|
||||
|
||||
// include code from src/test/slow in Base
|
||||
testCompile project(':Base').sourceSets.integrationTest.output
|
||||
testCompile project(path: ':Base', configuration: 'integrationTestArtifacts')
|
||||
}
|
||||
|
|
|
@ -13,7 +13,7 @@ dependencies {
|
|||
compile project(':FileSystem')
|
||||
compile project(':Utility')
|
||||
|
||||
testCompile project(':Generic').sourceSets.test.output
|
||||
testCompile project(path: ':Generic', configuration: 'testArtifacts')
|
||||
compile "org.apache.commons:commons-compress:1.18"
|
||||
}
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ dependencies {
|
|||
|
||||
|
||||
// some tests use classes in Base/src/test and test.slow
|
||||
testCompile project(':Base').sourceSets.test.output
|
||||
testCompile project(path: ':Base', configuration: 'testArtifacts')
|
||||
}
|
||||
|
||||
// For Java 9, we must explicitly export references to the internal classes we are using.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue