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