Skip to content

Commit

Permalink
Fixed signing error in jlink build
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Larson committed Jul 23, 2022
1 parent cddfc39 commit a852305
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ idea {

jlink {
// addOptions("--strip-debug", "--compress", "2", "--no-header-files", "--no-man-pages")
addOptions("--ignore-signing-information")
forceMerge("kotlin-stdlib")
imageDir.set(file("$buildDir/holocore"))
imageZip.set(file("$buildDir/holocore.zip"))
Expand Down

0 comments on commit a852305

Please sign in to comment.