Skip to content

Commit 2601328

Browse files
committed
Cleanup
1 parent e94e428 commit 2601328

File tree

2 files changed

+3
-18
lines changed

2 files changed

+3
-18
lines changed

.mvn/develocity.xml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,5 @@
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">
@@ -39,7 +24,7 @@
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>

.mvn/extensions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
<artifactId>common-custom-user-data-maven-extension</artifactId>
1111
<version>2.0</version>
1212
</extension>
13-
</extensions>
13+
</extensions>

0 commit comments

Comments
 (0)