9 lines
187 B
Plaintext
9 lines
187 B
Plaintext
plugins {
|
|
id("gradle.java-library-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":prometeu-infra"))
|
|
implementation(project(":prometeu-packer:prometeu-packer-api"))
|
|
}
|