mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-03 14:26:27 +00:00
14 lines
273 B
Plaintext
14 lines
273 B
Plaintext
plugins {
|
|
`kotlin-dsl`
|
|
kotlin("jvm") version embeddedKotlinVersion
|
|
}
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
|
|
dependencies {
|
|
"implementation"("com.github.jengelman.gradle.plugins:shadow:+")
|
|
"implementation"("org.yaml:snakeyaml:1.27")
|
|
} |