SyntaxFix
Write A Post
Hire A Developer
Questions
Since Gradle 4.9, the command line arguments can be passed with --args. For example, if you want to launch the application with command line arguments foo --bar, you can use
foo --bar
gradle run --args='foo --bar'
See Also Gradle Application Plugin
How to upgrade Gradle wrapper