Skip to content

Commit

Permalink
Move releasePlatforms option on the release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
besidev committed Jun 29, 2023
1 parent 03eff97 commit d85781e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@ application {
jpro {
// jpro server port
port = 8080

// include all platforms in the release package
releasePlatforms = ["all"]
}

0 comments on commit d85781e

Please sign in to comment.