going fancy dependency management

This commit is contained in:
rusefillc 2024-04-01 20:27:39 -04:00 committed by rusefillc
parent 5ff62d9e02
commit d74c27143c
4 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -16,10 +16,10 @@ dependencies {
implementation global_libs.antlr
implementation 'com.miglayout:miglayout-swing:4.1'
implementation files('../lib/SteelSeries-3.9.30.jar')
implementation 'org.bidib.jbidib.eu.hansolo:SteelSeries:3.9.31.2'
implementation files('../lib/trident-6.2.jar')
/*
implementation files('../lib/dfu/dfu_java.jar')
implementation files('../lib/trident-6.2.jar')
implementation files('../lib/dfu/IntelHexParser.jar')
*/
testImplementation global_libs.mockito