Skip to content

Commit

Permalink
fix params
Browse files Browse the repository at this point in the history
  • Loading branch information
itboy87 committed Aug 31, 2024
1 parent 4e46666 commit d4f7f54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions publishToMaven.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ PUBLISH_TASK="publishToMavenLocal"
# Check for the --remote flag
if [ "$1" == "--remote" ]; then
PUBLISH_TASK="publishAllPublicationsToMavenCentralRepository"
shift # Remove the --remote argument
fi

# projectModule:libBuildType
Expand Down

0 comments on commit d4f7f54

Please sign in to comment.