2023-05-03 11:05:54 +03:00
|
|
|
plugins {
|
|
|
|
id("space.kscience.gradle.jvm")
|
2023-05-27 19:49:25 +03:00
|
|
|
`maven-publish`
|
2023-05-03 11:05:54 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
description = """
|
|
|
|
A plugin for Controls-kt device server on top of modbus-rtu/modbus-tcp protocols
|
|
|
|
""".trimIndent()
|
|
|
|
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
api(projects.controlsCore)
|
|
|
|
api("com.ghgande:j2mod:3.1.1")
|
|
|
|
}
|