Erdem Tuna
08/30/2021, 9:35 AMbuild.gradle.kts
) where I can input custom arguments when running?
Actually, as I understand, I need to define new task that can take command-line input and invoke the main.Javier
08/30/2021, 9:36 AMErdem Tuna
08/30/2021, 9:38 AMbuild.gradle.kts
and pass the parameters to it. That's why I asked this question indeed. If you have any recommendations, I appreciate it.Javier
08/30/2021, 9:42 AMPaul Griffith
08/30/2021, 4:10 PMapplication
plugin: https://docs.gradle.org/current/userguide/application_plugin.html#headerCLOVIS
08/31/2021, 7:09 AM--args
now, which doesn't require creating a new Gradle task.