mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-08-14 05:23:27 +00:00
32 lines
1.1 KiB
XML
32 lines
1.1 KiB
XML
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||
|
<gradleEnterprise
|
||
|
xmlns="https://www.gradle.com/gradle-enterprise-maven" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
|
xsi:schemaLocation="https://www.gradle.com/gradle-enterprise-maven https://www.gradle.com/schema/gradle-enterprise-maven.xsd">
|
||
|
<server>
|
||
|
<url>https://ge.spring.io</url>
|
||
|
</server>
|
||
|
<buildScan>
|
||
|
<backgroundBuildScanUpload>false</backgroundBuildScanUpload>
|
||
|
<captureGoalInputFiles>true</captureGoalInputFiles>
|
||
|
<publishIfAuthenticated>true</publishIfAuthenticated>
|
||
|
<obfuscation>
|
||
|
<ipAddresses>#{{'0.0.0.0'}}</ipAddresses>
|
||
|
</obfuscation>
|
||
|
</buildScan>
|
||
|
<buildCache>
|
||
|
<local>
|
||
|
<enabled>true</enabled>
|
||
|
</local>
|
||
|
<remote>
|
||
|
<server>
|
||
|
<credentials>
|
||
|
<username>${env.GRADLE_ENTERPRISE_CACHE_USERNAME}</username>
|
||
|
<password>${env.GRADLE_ENTERPRISE_CACHE_PASSWORD}</password>
|
||
|
</credentials>
|
||
|
</server>
|
||
|
<enabled>true</enabled>
|
||
|
<storeEnabled>#{env['GRADLE_ENTERPRISE_CACHE_USERNAME'] != null and env['GRADLE_ENTERPRISE_CACHE_PASSWORD'] != null}</storeEnabled>
|
||
|
</remote>
|
||
|
</buildCache>
|
||
|
</gradleEnterprise>
|