8 lines
134 B
Plaintext
8 lines
134 B
Plaintext
plugins {
|
|
id("gradle.java-library-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":prometeu-vfs:prometeu-vfs-api"))
|
|
}
|