We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a5ae2 commit 0cdd1d9Copy full SHA for 0cdd1d9
settings.gradle
@@ -1,21 +1,3 @@
1
-plugins {
2
- id 'com.gradle.enterprise' version '3.0'
3
-}
4
-
5
-if (System.getenv('GRADLE_ENTERPRISE_URL')) {
6
- gradleEnterprise {
7
- apply from: "$rootDir/gradle/build-scan-user-data.gradle"
8
- buildScan {
9
- captureTaskInputFiles = true
10
- obfuscation {
11
- ipAddresses { addresses -> addresses.collect { address -> '0.0.0.0'} }
12
- }
13
- publishOnFailure()
14
- server = System.getenv('GRADLE_ENTERPRISE_URL')
15
16
17
18
19
rootProject.name = 'spring-kafka-dist'
20
21
include 'spring-kafka'
0 commit comments