cpuzicha

Results 3 comments of cpuzicha

File: build.gradle.kts ``` plugins { id("java") id("application") id("org.springframework.boot") version "3.2.2" } group = "org.example" version = "1.0-SNAPSHOT" repositories { mavenCentral() } tasks.withType(CreateStartScripts::class).forEach { logger.lifecycle("Found start script task: ${it.name}") } tasks.named("bootStartScripts").get().let...

Any reason this is added to 3.1.x but not to 3.2.x and most importantly the main branch?