Skip to content

Commit

Permalink
fix: Fix main-class for jar build
Browse files Browse the repository at this point in the history
  • Loading branch information
notmeta committed Aug 13, 2022
1 parent c891099 commit a7183a3
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 @@ -64,7 +64,7 @@ tasks.withType(JavaCompile) {
jar {
destinationDirectory = file("$rootDir")
manifest {
attributes 'Main-Class': 'com.displee.editor.Editor'
attributes 'Main-Class': 'com.displee.editor.EditorKt'
}
from {
configurations.runtimeClasspath.collect {
Expand Down

0 comments on commit a7183a3

Please sign in to comment.