Skip to content

Commit

Permalink
mainClassNameをgetMainClass().setに変更 #19
Browse files Browse the repository at this point in the history
  • Loading branch information
jiro4989 committed Nov 24, 2021
1 parent 6d1e443 commit 2949765
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ sourceCompatibility = 16
targetCompatibility = 16

application {
// Define the main class for the application.
mainClassName = 'com.jiro4989.tkite.Main'
// mainClassName = 'com.jiro4989.tkite.Main'
getMainClass().set('com.jiro4989.tkite.Main')
}

compileJava {
Expand Down

0 comments on commit 2949765

Please sign in to comment.