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

This commit is contained in:
rusefillc 2023-11-25 22:38:25 -05:00
parent 24086333bf
commit 9185236d46
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ dependencies {
implementation project(':trigger-ui')
implementation project(':autotest')
implementation project(':luaformatter')
implementation project(':config_definition')
implementation project(':config_definition_base')
// todo: should this be enough? implementation project(':trigger-image')
implementation global_libs.antlr
implementation 'com.miglayout:miglayout-swing:4.1'