Closed Rishit-dagli closed 1 year ago
Currently, the Gradle run command does not really run the project since it is configured to:
run
application { mainModule = 'com.playground.playground' mainClass = 'com.playground.playground.HelloApplication' }
This should be changed so the gradle run command can be used.
/priority high
/area ui
/kind cleanup
/assign @snkrs23 /assign @alvinayangg
Currently, the Gradle
run
command does not really run the project since it is configured to:This should be changed so the gradle
run
command can be used.