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
No known key found for this signature in database
GPG Key ID: 9B990FC7C0C0E65B
5 changed files with 17 additions and 13 deletions

View File

@ -43,7 +43,7 @@ jobs:
npm run compile npm run compile
working-directory: sources working-directory: sources
env: env:
NODE_OPTIONS: '-r @gradle/develocity-agent/preload' NODE_OPTIONS: '-r @gradle-tech/develocity-agent/preload'
DEVELOCITY_URL: 'https://ge.solutions-team.gradle.com' DEVELOCITY_URL: 'https://ge.solutions-team.gradle.com'
DEVELOCITY_ACCESS_KEY: '${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}' DEVELOCITY_ACCESS_KEY: '${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}'
@ -52,6 +52,6 @@ jobs:
npm test npm test
working-directory: sources working-directory: sources
env: env:
NODE_OPTIONS: '-r @gradle/develocity-agent/preload' NODE_OPTIONS: '-r @gradle-tech/develocity-agent/preload'
DEVELOCITY_URL: 'https://ge.solutions-team.gradle.com' DEVELOCITY_URL: 'https://ge.solutions-team.gradle.com'
DEVELOCITY_ACCESS_KEY: '${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}' DEVELOCITY_ACCESS_KEY: '${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}'

View File

@ -3,7 +3,7 @@ name: CI-update-dist
on: on:
workflow_dispatch: workflow_dispatch:
push: push:
branches: branches:
- 'main' - 'main'
- 'prerelease/**' - 'prerelease/**'
- 'release/**' - 'release/**'
@ -45,7 +45,7 @@ jobs:
npm run compile npm run compile
working-directory: sources working-directory: sources
env: env:
NODE_OPTIONS: '-r @gradle/develocity-agent/preload' NODE_OPTIONS: '-r @gradle-tech/develocity-agent/preload'
DEVELOCITY_URL: 'https://ge.solutions-team.gradle.com' DEVELOCITY_URL: 'https://ge.solutions-team.gradle.com'
DEVELOCITY_ACCESS_KEY: '${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}' DEVELOCITY_ACCESS_KEY: '${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}'
@ -61,7 +61,7 @@ jobs:
git_user_signingkey: true git_user_signingkey: true
git_commit_gpgsign: true git_commit_gpgsign: true
git_config_global: true git_config_global: true
# Commit and push changes; has no effect if the files did not change # Commit and push changes; has no effect if the files did not change
# Important: The push event will not trigger any other workflows, see # Important: The push event will not trigger any other workflows, see
# https://github.com/stefanzweifel/git-auto-commit-action?tab=readme-ov-file#commits-made-by-this-action-do-not-trigger-new-workflow-runs # https://github.com/stefanzweifel/git-auto-commit-action?tab=readme-ov-file#commits-made-by-this-action-do-not-trigger-new-workflow-runs

2
build
View File

@ -3,7 +3,7 @@
cd sources cd sources
if [[ -f ~/.gradle/develocity/keys.properties ]]; then 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_URL=https://ge.solutions-team.gradle.com
export DEVELOCITY_ACCESS_KEY=$(paste -sd ';' ~/.gradle/develocity/keys.properties) export DEVELOCITY_ACCESS_KEY=$(paste -sd ';' ~/.gradle/develocity/keys.properties)
fi fi

View File

@ -26,7 +26,7 @@
"which": "5.0.0" "which": "5.0.0"
}, },
"devDependencies": { "devDependencies": {
"@gradle/develocity-agent": "https://develocity-npm-pkgs.gradle.com/gradle-develocity-agent-0.10.0.tgz", "@gradle-tech/develocity-agent": "1.0.1",
"@jest/globals": "29.7.0", "@jest/globals": "29.7.0",
"@types/jest": "29.5.14", "@types/jest": "29.5.14",
"@types/node": "20.19.0", "@types/node": "20.19.0",
@ -1237,10 +1237,10 @@
"node": ">=14" "node": ">=14"
} }
}, },
"node_modules/@gradle/develocity-agent": { "node_modules/@gradle-tech/develocity-agent": {
"version": "0.10.0", "version": "1.0.1",
"resolved": "https://develocity-npm-pkgs.gradle.com/gradle-develocity-agent-0.10.0.tgz", "resolved": "https://registry.npmjs.org/@gradle-tech/develocity-agent/-/develocity-agent-1.0.1.tgz",
"integrity": "sha512-tOz5lXftTXycWUy9AEyMWppjH6/TiKt9Q7Tg2dKusIIOgRDbRf+hEmnM/bFd/mcBJJ9I38McovmvvFtO9ueYYg==", "integrity": "sha512-wmzCSCGEA5HXfVtZZqwkcSK10gnF4s0iQsHYE0D0DSos+c/O94hJHjySIv6A+/WSEWy5NtejboakXN2eucGaTw==",
"dev": true, "dev": true,
"license": "SEE LICENSE AT https://gradle.com/help/legal-terms-of-use", "license": "SEE LICENSE AT https://gradle.com/help/legal-terms-of-use",
"engines": { "engines": {
@ -1248,7 +1248,8 @@
}, },
"peerDependencies": { "peerDependencies": {
"@jest/jest-message-util": ">=28.1", "@jest/jest-message-util": ">=28.1",
"@jest/reporters": ">=28.1" "@jest/reporters": ">=28.1",
"mocha": ">=7.0.1"
}, },
"peerDependenciesMeta": { "peerDependenciesMeta": {
"@jest/jest-message-util": { "@jest/jest-message-util": {
@ -1256,6 +1257,9 @@
}, },
"@jest/reporters": { "@jest/reporters": {
"optional": true "optional": true
},
"mocha": {
"optional": true
} }
} }
}, },

View File

@ -48,7 +48,7 @@
"which": "5.0.0" "which": "5.0.0"
}, },
"devDependencies": { "devDependencies": {
"@gradle/develocity-agent": "https://develocity-npm-pkgs.gradle.com/gradle-develocity-agent-0.10.0.tgz", "@gradle-tech/develocity-agent": "1.0.1",
"@jest/globals": "29.7.0", "@jest/globals": "29.7.0",
"@types/jest": "29.5.14", "@types/jest": "29.5.14",
"@types/node": "20.19.0", "@types/node": "20.19.0",