Skip to content

Commit

Permalink
Temporarily remove image name configuration in jlink targets, due to b…
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorndarri committed Oct 11, 2023
1 parent 6b54b49 commit fbeb7b7
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 @@ -87,7 +87,7 @@ tasks.register("copyToGitHubPages", Sync) {
}

jlink {
imageName.set(project.name)
// imageName.set(project.name)
moduleName.set(application.mainModule)
options = ["--strip-debug", "--compress", "2", "--no-header-files", "--no-man-pages", "--add-modules",
"is.codion.framework.db.local,is.codion.dbms.h2database,is.codion.plugin.logback.proxy"]
Expand Down

0 comments on commit fbeb7b7

Please sign in to comment.