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-tentacles.git
commit 38a5412ee70e878083fd358c99c17f07e2f41fed Author: P. Ottlinger <[email protected]> AuthorDate: Thu Jun 6 07:52:10 2024 +0200 Add develocity integration --- develocity.xml | 30 ------------------------------ extensions.xml | 13 ------------- 2 files changed, 43 deletions(-) diff --git a/develocity.xml b/develocity.xml deleted file mode 100644 index 207fab6..0000000 --- a/develocity.xml +++ /dev/null @@ -1,30 +0,0 @@ -<?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/extensions.xml b/extensions.xml deleted file mode 100644 index ea686d8..0000000 --- a/extensions.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?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>
