10 lines
171 B
Plaintext
10 lines
171 B
Plaintext
plugins {
|
|
id("gradle.java-library-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
api(project(":prometeu-infra"))
|
|
|
|
api(project(":prometeu-compiler:prometeu-compiler-core"))
|
|
}
|