forked from NPM/numass-framework
15 lines
205 B
Plaintext
15 lines
205 B
Plaintext
plugins {
|
|
id("org.openjfx.javafxplugin")
|
|
}
|
|
|
|
javafx {
|
|
modules = listOf("javafx.controls")
|
|
version = "11"
|
|
}
|
|
|
|
description = "dataforge-plots"
|
|
|
|
dependencies {
|
|
api(project(":dataforge-core"))
|
|
}
|