components/build.gradle.kts [25:37]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - jvmTarget.set(JvmTarget.JVM_11) } } plugins.withId("maven-publish") { configureIfExists { repositories { maven { name = "ComposeRepo" setUrl(System.getenv("COMPOSE_REPO_URL")) credentials { username = System.getenv("COMPOSE_REPO_USERNAME") password = System.getenv("COMPOSE_REPO_KEY") - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - gradle-plugins/build.gradle.kts [41:54]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - jvmTarget.set(JvmTarget.JVM_11) } } } plugins.withId("maven-publish") { configureIfExists { repositories { maven { name = "ComposeRepo" setUrl(System.getenv("COMPOSE_REPO_URL")) credentials { username = System.getenv("COMPOSE_REPO_USERNAME") password = System.getenv("COMPOSE_REPO_KEY") - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -