10 lines
118 B
Plaintext
10 lines
118 B
Plaintext
|
plugins {
|
||
|
id("scientifik.jvm")
|
||
|
}
|
||
|
|
||
|
description = "YAML meta IO"
|
||
|
|
||
|
dependencies{
|
||
|
api(project(":dataforge-io"))
|
||
|
}
|