rusefi-1/java_console/models/build.gradle

11 lines
278 B
Groovy
Raw Normal View History

2020-07-02 19:22:50 -07:00
plugins {
id 'java'
}
dependencies {
implementation project(':inifile')
implementation project(':logging-api')
implementation group: 'org.jetbrains', name: 'annotations', version: '16.0.1'
testImplementation group: 'junit', name: 'junit', version: '4.13'
}