plugins { `kotlin-dsl` } repositories { gradlePluginPortal() } dependencies { implementation("net.kyori", "indra-common", "3.1.3") implementation("com.gradleup.shadow", "shadow-gradle-plugin", "8.3.3") implementation("xyz.jpenilla", "run-task", "2.3.1") }