File tree Expand file tree Collapse file tree 2 files changed +3
-18
lines changed Expand file tree Collapse file tree 2 files changed +3
-18
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
22
3- <!-- Common develocity.xml configuration for Maven shared between CI agents and developers building locally.
4-
5- The build cache credentials required for CI builds to write to the remote build cache are read from environment variables.
6- Possibly, the credentials are configured in Jenkins via Credentials plugin (https://plugins.jenkins.io/credentials/) and
7- Credentials Binding plugin (https://plugins.jenkins.io/credentials-binding/), or the credentials are injected using the
8- vendor-specific mechanism of the CI server running the build.
9-
10- Note: In the XML configuration below, you need to adjust
11-
12- - the server url of your Develocity server
13- - the name of the environment variable that reveals the build is running in a CI environment
14- - the names of the environment variables holding the build cache credentials
15-
16- to the specifics of your CI server settings. -->
17-
183<develocity
194 xmlns =" https://www.gradle.com/develocity-maven" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
205 xsi : schemaLocation =" https://www.gradle.com/develocity-maven https://www.gradle.com/schema/develocity-maven.xsd" >
3924 </local >
4025 <remote >
4126 <enabled >false</enabled >
42- <storeEnabled >#{isTrue(env['GITHUB_ACTIONS'])}</storeEnabled > <!-- adjust to your CI provider -->
27+ <storeEnabled >#{isTrue(env['GITHUB_ACTIONS'])}</storeEnabled >
4328 </remote >
4429 </buildCache >
45- </develocity >
30+ </develocity >
Original file line number Diff line number Diff line change 1010 <artifactId >common-custom-user-data-maven-extension</artifactId >
1111 <version >2.0</version >
1212 </extension >
13- </extensions >
13+ </extensions >
You can’t perform that action at this time.
0 commit comments