plugins { `kotlin-dsl` } tasks.withType { kotlinOptions.jvmTarget = "11" } repositories { mavenCentral() mavenLocal() }