2022-10-15 12:22:38 -07:00
|
|
|
plugins {
|
|
|
|
id 'java-library'
|
2023-01-23 09:19:21 -08:00
|
|
|
id 'com.github.johnrengelman.shadow' version '6.1.0'
|
2022-10-15 12:22:38 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: '../../java_tools/dependencies.gradle'
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
api project(':ecu_io')
|
2022-10-15 15:56:28 -07:00
|
|
|
implementation global_libs.junit
|
2022-10-15 12:22:38 -07:00
|
|
|
}
|