mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
Added new compile dependency to Verstion Tracking
This commit is contained in:
parent
9c8bb2dd8b
commit
eae286f993
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ project.ext.excludeFromParallelIntegrationTests = true
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api project(":Base")
|
api project(":Base")
|
||||||
runtimeOnly project(":CodeCompare")
|
api project(":CodeCompare")
|
||||||
|
|
||||||
|
|
||||||
testImplementation project(path: ':CodeCompare', configuration: 'testArtifacts')
|
testImplementation project(path: ':CodeCompare', configuration: 'testArtifacts')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue