Use recommended DV config for npm

This commit is contained in:
Daz DeBoer
2026-02-10 12:53:02 -07:00
committed by GitHub
parent 1c1f38bee9
commit d9d9739be8
5 changed files with 20 additions and 31 deletions

View File

@@ -0,0 +1,10 @@
import { fromPropertiesFile, inGradleUserHome } from '@gradle-tech/develocity-agent/api/config';
const config = {
server: {
url: 'https://ge.solutions-team.gradle.com/',
accessKey: fromPropertiesFile(inGradleUserHome())
}
};
export default config;