12 lines
394 B
Plaintext
12 lines
394 B
Plaintext
plugins {
|
|
id("gradle.java-library-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":prometeu-lsp:prometeu-lsp-api"))
|
|
implementation(project(":prometeu-compiler:prometeu-compiler-core"))
|
|
implementation(project(":prometeu-compiler:prometeu-build-pipeline"))
|
|
implementation(project(":prometeu-compiler:frontends:prometeu-frontend-pbs"))
|
|
implementation(libs.lsp4j)
|
|
}
|