Skip to content

Commit

Permalink
added application plugin to build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
akir94 committed Mar 27, 2017
1 parent 270db62 commit 116c0ff
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 @@ -10,6 +10,7 @@
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'idea'
apply plugin: 'application'

repositories {
mavenCentral()
Expand All @@ -29,3 +30,5 @@ dependencies {

testCompile 'junit:junit:4.12'
}

mainClassName = 'org.z.entities.engine.Main'

0 comments on commit 116c0ff

Please # to comment.