17 lines
345 B
Plaintext
17 lines
345 B
Plaintext
import space.kscience.gradle.Maturity
|
|
|
|
plugins {
|
|
id("space.kscience.gradle.jvm")
|
|
`maven-publish`
|
|
}
|
|
|
|
description = "Implementation of direct serial port communication with JSerialComm"
|
|
|
|
dependencies{
|
|
api(project(":controls-core"))
|
|
implementation("com.fazecast:jSerialComm:2.10.3")
|
|
}
|
|
|
|
readme{
|
|
maturity = Maturity.EXPERIMENTAL
|
|
} |