Skip to content

Commit

Permalink
Corrected main class name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jire committed Mar 8, 2017
1 parent 050059e commit 52a1206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ apply plugin: 'kotlin'
apply plugin: 'application'
apply plugin: "com.github.johnrengelman.shadow"

mainClassName = 'com.overwatcheat.Main'
mainClassName = 'com.overwatcheat.Overwatcheat'

sourceCompatibility = JavaVersion.VERSION_1_6
targetCompatibility = JavaVersion.VERSION_1_6
Expand Down

0 comments on commit 52a1206

Please sign in to comment.