can-log-tools/reader/build.gradle

9 lines
179 B
Groovy
Raw Normal View History

2024-01-12 21:59:35 -08:00
plugins {
id 'java'
2024-01-14 05:47:51 -08:00
id 'com.github.johnrengelman.shadow' version "${shadowVersion}"
2024-01-12 21:59:35 -08:00
}
dependencies {
implementation libs.snakeyaml
testImplementation libs.junit
}