fome-fw/java_console/autotest/build.gradle

13 lines
286 B
Groovy

plugins {
id 'java-library'
id 'com.github.johnrengelman.shadow' version "${shadowVersion}"
}
apply from: '../../java_tools/dependencies.gradle'
dependencies {
implementation project(':ecu_io')
implementation project(':logging')
implementation global_libs.junit
}