We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c78366f commit ad43b28Copy full SHA for ad43b28
dev/publish_functions.sh
@@ -21,8 +21,8 @@ publish_artifacts() {
21
echo "<password>$BINTRAY_PASSWORD</password>" >> $tmp_settings
22
echo "</server></servers></settings>" >> $tmp_settings
23
24
- ./build/mvn -T 1C --settings $tmp_settings -DskipTests "${PALANTIR_FLAGS[@]}" deploy
25
./gradlew --info bintrayUpload
+ ./build/mvn -T 1C --settings $tmp_settings -DskipTests "${PALANTIR_FLAGS[@]}" deploy
26
}
27
28
make_dist() {
0 commit comments