rusefi/java_console/models/build.gradle

13 lines
275 B
Groovy
Raw Normal View History

2020-07-02 19:22:50 -07:00
plugins {
id 'java-library'
id 'com.github.johnrengelman.shadow' version "${shadowVersion}"
2020-07-02 19:22:50 -07:00
}
apply from: '../../java_tools/dependencies.gradle'
2020-07-12 20:51:54 -07:00
2020-07-02 19:22:50 -07:00
dependencies {
api project(':inifile')
api global_libs.snakeyaml
api 'org.apache.commons:commons-math3:3.6.1'
}