mirror of
https://github.com/gradle/actions.git
synced 2026-03-24 04:34:33 +08:00
Convert Develocity config to cjs
This commit is contained in:
parent
2b9247147a
commit
9bbab15bc5
8
sources/develocity.config.cjs
Normal file
8
sources/develocity.config.cjs
Normal file
@ -0,0 +1,8 @@
|
||||
const { fromPropertiesFile, inGradleUserHome } = require('@gradle-tech/develocity-agent/api/config');
|
||||
|
||||
module.exports = {
|
||||
server: {
|
||||
url: 'https://ge.solutions-team.gradle.com/',
|
||||
accessKey: fromPropertiesFile(inGradleUserHome())
|
||||
},
|
||||
}
|
||||
@ -1,10 +0,0 @@
|
||||
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;
|
||||
Loading…
x
Reference in New Issue
Block a user