mirror of
https://github.com/gradle/actions.git
synced 2026-03-02 17:49:49 +08:00
Use recommended DV config for npm
This commit is contained in:
10
sources/develocity.config.js
Normal file
10
sources/develocity.config.js
Normal 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;
|
||||
Reference in New Issue
Block a user