Skip to content

Commit

Permalink
Debug Develocity run
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Aug 26, 2024
1 parent 476b1a5 commit 29cd929
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: |
if [ -f .mvn/develocity.xml -a "$HAS_TOKEN" == "true" ]; then
DEVELOCITY_VERSION=$(./mvnw help:evaluate -q -DforceStdout -Dexpression=develocity-maven-plugin.version)
USER_DATA_VERSION=$(./mvnw help:evaluate -q -DforceStdout -Dexpression=common-custom-user-data-maven-extension.version)
USER_DATA_VERSION=$(./mvnw help:evaluate -q -DforceStdout -Dexpression=develocity-user-data-extension.version)
cat >.mvn/extensions.xml <<EOF
<extensions>
<extension>
Expand All @@ -88,6 +88,8 @@ jobs:
</extension>
</extensions>
EOF
# Print file for debugging purposes
cat .mvn/extensions.xml
fi
- name: Setup Develocity Build Scan capture
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@
<cyclonedx-maven-plugin.version>2.8.1</cyclonedx-maven-plugin.version>
<exec-maven-plugin.version>3.4.1</exec-maven-plugin.version>
<develocity-maven-plugin.version>1.21.5</develocity-maven-plugin.version>
<develocity-user-data-extension.version>2.0</develocity-user-data-extension.version>
<exec-maven-plugin.version>3.3.0</exec-maven-plugin.version>
<flatten-maven-plugin.version>1.6.0</flatten-maven-plugin.version>
<frontend-maven-plugin.version>1.15.0</frontend-maven-plugin.version>
Expand Down Expand Up @@ -353,7 +354,7 @@
<plugin>
<groupId>com.gradle</groupId>
<artifactId>common-custom-user-data-maven-extension</artifactId>
<version>${common-custom-user-data-maven-extension.version}</version>
<version>${develocity-user-data-extension.version}</version>
</plugin>

<plugin>
Expand Down

0 comments on commit 29cd929

Please sign in to comment.