Skip to content

Commit

Permalink
Minor: Make sure that the artifacts are published (#3049)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko authored Jul 26, 2024
1 parent 380184c commit 913ca64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ do
# runs RAT on artifacts
mvn -N -P rat antrun:run verify

# install java artifacts required by other builds and interop tests
mvn -B install -DskipTests

mkdir -p dist
(cd build; tar czf "../dist/${SRC_DIR}.tar.gz" "${SRC_DIR}")

Expand Down

0 comments on commit 913ca64

Please sign in to comment.