2023-01-06 09:23:24 -08:00
|
|
|
plugins {
|
|
|
|
id 'java-library'
|
|
|
|
}
|
|
|
|
|
|
|
|
apply from: '../../java_tools/dependencies.gradle'
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
api project(':inifile')
|
|
|
|
api global_libs.snakeyaml
|
2023-01-06 10:55:04 -08:00
|
|
|
api project(':enum_to_string')
|
2023-01-06 09:23:24 -08:00
|
|
|
}
|