9 lines
157 B
Groovy
9 lines
157 B
Groovy
plugins {
|
|
id 'java-library'
|
|
}
|
|
|
|
dependencies {
|
|
implementation rootProject
|
|
implementation catalog.jakarta.json.api
|
|
implementation catalog.jwo
|
|
} |