Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollovati committed Dec 30, 2023
1 parent e0a2d12 commit 143c3a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy-classifiers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
run: mvn -N -ntp versions:set -DnewVersion="${{ steps.checkout-tag.outputs.vertx-vaadin-version }}"
- name: Deploy classifiers
run: |
set -x -e -o pipefail
./mvnw -N -ntp install
PRJ_VERSION=$(./mvnw -pl :vaadin-flow-sockjs help:evaluate -q -Dexpression='project.version' -DforceStdout)
KIND=$( [[ "${PRJ_VERSION}" =~ "-SNAPSHOT"$ ]] && echo "snapshot" || echo "release" )
Expand Down
2 changes: 1 addition & 1 deletion tools/build_flow_widgetsets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ for version in "${versions[@]}"; do
else
echo "Building classifier vaadin-${version} for version ${_current_version}"
echo "Find flow-client version for vaadin ${version}..."
flow_client_version=$($_mvn -Pfind-flow-client-version -q dependency:list -Dvaadin.platform.version=${version} \
flow_client_version=$($_mvn -N -Pfind-flow-client-version -q dependency:list -Dvaadin.platform.version=${version} \
-DincludeArtifactIds=flow-client -DoutputFile=$_base_dir/target/flow-client.version && \
cat $_base_dir/target/flow-client.version | grep 'com.vaadin:flow-client' | cut -d ':' -f 4)

Expand Down

0 comments on commit 143c3a9

Please sign in to comment.