diff --git a/build.gradle b/build.gradle index c7ab31b..c0cc8bc 100644 --- a/build.gradle +++ b/build.gradle @@ -26,4 +26,7 @@ application { jpro { // jpro server port port = 8080 + + // include all platforms in the release package + releasePlatforms = ["all"] }