9 lines
183 B
Plaintext
9 lines
183 B
Plaintext
plugins {
|
|
id("gradle.java-library-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":prometeu-infra"))
|
|
|
|
implementation("org.eclipse.lsp4j:org.eclipse.lsp4j:1.0.0")
|
|
} |