Skip to content

Commit

Permalink
debug command
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollovati committed Dec 30, 2023
1 parent 143c3a9 commit 991db57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/build_flow_widgetsets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ for version in "${versions[@]}"; do
else
echo "Building classifier vaadin-${version} for version ${_current_version}"
echo "Find flow-client version for vaadin ${version}..."
$_mvn -N -Pfind-flow-client-version dependency:list -Dvaadin.platform.version=${version} \
-DincludeArtifactIds=flow-client -DoutputFile=$_base_dir/target/flow-client.version
exit 1
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 991db57

Please sign in to comment.