fome-fw/java_console/autotest/build.gradle

13 lines
286 B
Groovy
Raw Normal View History

plugins {
id 'java-library'
id 'com.github.johnrengelman.shadow' version "${shadowVersion}"
}
apply from: '../../java_tools/dependencies.gradle'
dependencies {
2023-11-25 12:55:44 -08:00
implementation project(':ecu_io')
2023-11-25 02:04:50 -08:00
implementation project(':logging')
implementation global_libs.junit
}