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