CSC207-2023Y-UofT / ai-playground

course-project-neural-network created by GitHub Classroom
https://csc207-2023y-uoft.github.io/ai-playground/
Apache License 2.0
3 stars 1 forks source link

Fix Gradle run command #90

Closed Rishit-dagli closed 1 year ago

Rishit-dagli commented 1 year ago

Currently, the Gradle run command does not really run the project since it is configured to:

application {
    mainModule = 'com.playground.playground'
    mainClass = 'com.playground.playground.HelloApplication'
}

This should be changed so the gradle run command can be used.

Rishit-dagli commented 1 year ago

/priority high

Rishit-dagli commented 1 year ago

/area ui

Rishit-dagli commented 1 year ago

/kind cleanup

Rishit-dagli commented 1 year ago

/assign @snkrs23 /assign @alvinayangg