Essentials/build-logic/build.gradle.kts

14 lines
278 B
Plaintext
Raw Normal View History

plugins {
`kotlin-dsl`
}
repositories {
gradlePluginPortal()
}
dependencies {
2023-09-23 00:38:57 +02:00
implementation("net.kyori", "indra-common", "3.1.3")
2024-10-28 00:31:42 +01:00
implementation("com.gradleup.shadow", "shadow-gradle-plugin", "8.3.3")
implementation("xyz.jpenilla", "run-task", "2.3.1")
}