Skip to content

Commit

Permalink
packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbashir committed Jul 11, 2024
1 parent 62726c7 commit 50a5769
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions example-java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ art {
executable {
main("ru.Example")
jar()
packaging()
}
}

Expand Down
1 change: 1 addition & 0 deletions example-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ art {
executable {
main("ru.ExampleKt")
jar()
packaging()
}
}

0 comments on commit 50a5769

Please sign in to comment.