Update Develocity npm agent to version 1.0.1

This commit is contained in:
Alexey Venderov
2025-07-17 13:53:54 +02:00
parent f0f3bec6f7
commit da08140987
5 changed files with 17 additions and 13 deletions

2
build
View File

@@ -3,7 +3,7 @@
cd sources
if [[ -f ~/.gradle/develocity/keys.properties ]]; then
export NODE_OPTIONS='-r @gradle/develocity-agent/preload'
export NODE_OPTIONS='-r @gradle-tech/develocity-agent/preload'
export DEVELOCITY_URL=https://ge.solutions-team.gradle.com
export DEVELOCITY_ACCESS_KEY=$(paste -sd ';' ~/.gradle/develocity/keys.properties)
fi