This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-whisker.git


The following commit(s) were added to refs/heads/master by this push:
     new 00f15a6  Add develocity integration
00f15a6 is described below

commit 00f15a6e760efcf0053f020326682a1da4fad68e
Author: P. Ottlinger <[email protected]>
AuthorDate: Thu Jun 6 07:53:23 2024 +0200

    Add develocity integration
---
 .gitignore          |  1 +
 .mvn/develocity.xml | 30 ++++++++++++++++++++++++++++++
 .mvn/extensions.xml | 13 +++++++++++++
 3 files changed, 44 insertions(+)

diff --git a/.gitignore b/.gitignore
index 608cb71..e21cddc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@ dependency-reduced-pom.xml
 */*.iws
 .idea/*
 */.idea
+**/.mvn/.develocity*
diff --git a/.mvn/develocity.xml b/.mvn/develocity.xml
new file mode 100644
index 0000000..207fab6
--- /dev/null
+++ b/.mvn/develocity.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+
+<develocity
+  xmlns="https://www.gradle.com/develocity-maven"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="https://www.gradle.com/develocity-maven 
https://www.gradle.com/schema/develocity-maven.xsd";>
+  <server>
+    <url>https://ge.apache.org</url>
+    <allowUntrusted>false</allowUntrusted>
+  </server>
+  <buildScan>
+    
<backgroundBuildScanUpload>#{isFalse(env['GITHUB_ACTIONS'])}</backgroundBuildScanUpload>
+    <obfuscation>
+      <ipAddresses>#{{'0.0.0.0'}}</ipAddresses>
+    </obfuscation>
+    <publishing>
+      <onlyIf>
+        <![CDATA[authenticated]]>
+      </onlyIf>
+    </publishing>
+  </buildScan>
+  <buildCache>
+    <local>
+      <enabled>false</enabled>
+    </local>
+    <remote>
+      <enabled>false</enabled>
+      <storeEnabled>#{isTrue(env['GITHUB_ACTIONS'])}</storeEnabled>
+    </remote>
+  </buildCache>
+</develocity>
diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml
new file mode 100644
index 0000000..ea686d8
--- /dev/null
+++ b/.mvn/extensions.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<extensions>
+  <extension>
+    <groupId>com.gradle</groupId>
+    <artifactId>develocity-maven-extension</artifactId>
+    <version>1.21.4</version>
+  </extension>
+  <extension>
+    <groupId>com.gradle</groupId>
+    <artifactId>common-custom-user-data-maven-extension</artifactId>
+    <version>2.0</version>
+  </extension>
+</extensions>

Reply via email to