Added new compile dependency to Verstion Tracking

This commit is contained in:
dragonmacher
2024-07-24 10:06:06 -04:00
parent 9c8bb2dd8b
commit eae286f993

View File

@@ -26,7 +26,7 @@ project.ext.excludeFromParallelIntegrationTests = true
dependencies {
api project(":Base")
runtimeOnly project(":CodeCompare")
api project(":CodeCompare")
testImplementation project(path: ':CodeCompare', configuration: 'testArtifacts')