Is there a way to do the same in GSK? I started wi...
# gradle
x
Is there a way to do the same in GSK? I started with:
Copy code
import org.springframework.boot.gradle.tasks.run.BootRun

tasks.withType<BootRun> {
  mainClassName = "io.shido.ApplicationKt"
}
...but so far I can't see anything that let me handle the command-line arguments