7 lines
107 B
Plaintext
7 lines
107 B
Plaintext
plugins {
|
|
id("gradle.java-library-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
api(project(":prometeu-infra"))
|
|
} |