hal/plugins/hal-mqtt/build.gradle

6 lines
138 B
Groovy
Raw Normal View History

2020-08-28 23:07:24 +02:00
dependencies {
implementation project(':hal-core')
testImplementation project(path: ':hal-core', configuration: 'testClasses')
2020-08-28 23:07:24 +02:00
}