Skip to content

Commit

Permalink
Fix application plugin Gradle configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Adiras committed Feb 24, 2024
1 parent 483b1f7 commit 42dabc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jlink {

application {
mainModule = "$moduleName"
mainClassName = "com.ftprx.application.FtpRxApplication"
mainClass = "com.ftprx.application.FtpRxApplication"
}

0 comments on commit 42dabc8

Please sign in to comment.