Skip to content

Commit

Permalink
Fixed main class
Browse files Browse the repository at this point in the history
  • Loading branch information
Litarvan committed Sep 13, 2017
1 parent 46bc94f commit fadd57b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version = appVersion
sourceCompatibility = 1.6
targetCompatibility = 1.6

mainClassName = 'fr.ironcraft.kubithon.launcher.LauncherFrame'
mainClassName = 'fr.ironcraft.kubithon.launcher.KubithonInstaller'

compileJava.options.encoding = 'UTF-8'

Expand Down Expand Up @@ -45,4 +45,8 @@ task fatjar(type: Jar) {
}

with jar

manifest {
attributes 'Main-Class': mainClassName
}
}

0 comments on commit fadd57b

Please sign in to comment.