mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-13 12:21:05 +00:00
dc07b60688
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>
14 lines
283 B
Kotlin
14 lines
283 B
Kotlin
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")
|
|
} |