Skip to content

Commit

Permalink
add mainClassName to build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
ggwadera committed Jul 30, 2020
1 parent b73c8b4 commit e32546e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ dependencies {
test {
useJUnitPlatform()
}

apply plugin: 'application'
mainClassName = 'com.github.ggwadera.citiesapi.CitiesApiApplication'

0 comments on commit e32546e

Please sign in to comment.