plugins { `kotlin-dsl` } repositories { gradlePluginPortal() maven("https://maven.frohnmeyer-wds.de/artifacts") } dependencies { implementation("gradle.plugin.com.github.johnrengelman:shadow:7.1.2") implementation("de.undercouch:gradle-download-task:5.1.2") implementation("io.gitlab.jfronny:convention:1.3-SNAPSHOT") }