Skip to content
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #31 from eb4j/topic-improve-distributions
Browse files Browse the repository at this point in the history
Improve binary distribution
  • Loading branch information
miurahr authored Sep 27, 2021
2 parents dc96d76 + 19fa320 commit 8d17825
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ nativeImage {
}
}

application {
executableDir = ""
}

distributions {
create("source") {
contents {
Expand Down

0 comments on commit 8d17825

Please sign in to comment.