12 lines
181 B
Plaintext
12 lines
181 B
Plaintext
|
plugins {
|
||
|
id("scientifik.jvm")
|
||
|
id("scientifik.publish")
|
||
|
}
|
||
|
|
||
|
//TODO to be moved to a separate project
|
||
|
|
||
|
|
||
|
dependencies {
|
||
|
implementation(project(":dataforge-device-core"))
|
||
|
}
|