Skip to content

Commit

Permalink
Fix Develocity setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Aug 26, 2024
1 parent 29cd929 commit cb317be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
if: inputs.develocity-enabled
shell: bash
run: |
if [ -f .mvn/develocity.xml -a "$HAS_TOKEN" == "true" ]; then
if [ -f .mvn/develocity.xml ]; then
DEVELOCITY_VERSION=$(./mvnw help:evaluate -q -DforceStdout -Dexpression=develocity-maven-plugin.version)
USER_DATA_VERSION=$(./mvnw help:evaluate -q -DforceStdout -Dexpression=develocity-user-data-extension.version)
cat >.mvn/extensions.xml <<EOF
Expand Down

0 comments on commit cb317be

Please sign in to comment.