Skip to content

Commit

Permalink
Remove unnecessary extra property from root project
Browse files Browse the repository at this point in the history
  • Loading branch information
Segun Famisa committed May 13, 2020
1 parent bf195b4 commit a35bf9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ plugins {
id 'org.jetbrains.kotlin.jvm' version '1.3.71' apply false
}

ext {
javaMainClass = "com.zynger.floorplan.AppKt"
}

group 'zynger'
version '0.1-SNAPSHOT'

Expand Down
2 changes: 1 addition & 1 deletion floorplan-cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {
}

application {
mainClassName = javaMainClass
mainClassName = "com.zynger.floorplan.AppKt"
}

dependencies {
Expand Down

0 comments on commit a35bf9b

Please sign in to comment.