mirror of
https://gitlab.com/SamB440/rpgregions-2.git
synced 2025-12-19 14:59:19 +00:00
14 lines
216 B
Plaintext
14 lines
216 B
Plaintext
plugins {
|
|
id("buildlogic.java-common-conventions")
|
|
}
|
|
|
|
java {
|
|
disableAutoTargetJvm()
|
|
}
|
|
|
|
dependencies {
|
|
compileOnly(project(":api"))
|
|
|
|
compileOnly("dev.folia:folia-api:${properties["folia_version"]}")
|
|
}
|