11 lines
207 B
Plaintext
11 lines
207 B
Plaintext
|
plugins {
|
||
|
java
|
||
|
`java-library`
|
||
|
}
|
||
|
|
||
|
description = "A small library for assigning objects easy to store numerical identifiers."
|
||
|
|
||
|
dependencies {
|
||
|
implementation(project(":plutoengine:plutoruntime"))
|
||
|
}
|