console doesn't have to depend on full config definition!

This commit is contained in:
Matthew Kennedy 2023-11-25 13:22:24 -08:00
parent 1714db3c15
commit 7b7dc058c2
5 changed files with 4 additions and 1 deletions

View File

@ -11,7 +11,8 @@ configurations {
dependencies {
implementation project(':ecu_io')
implementation project(':luaformatter')
implementation project(':config_definition')
implementation project(':config_definition_base')
implementation project(':logging')
implementation 'com.miglayout:miglayout-swing:4.1'
implementation files('../lib/dfu/dfu_java.jar')
implementation files('../lib/trident-6.2.jar')

View File

@ -9,4 +9,6 @@ dependencies {
api project(':enum_to_string')
api project(':core_io')
implementation project(':models')
}