Varuous docs improvements
Compare changes
+ 14
− 14
@@ -45,16 +45,12 @@ Generically, onboarding a project to Develocity consists of:
The following sample shows a minimal Develocity configuration for a project building with Gradle 6 or above, using Groovy build scripts. A kotlin script sample (`setting.gradle.kts`) is available [here](https://github.com/gradle/develocity-build-config-samples/blob/main/common-develocity-gradle-configuration-kotlin/settings.gradle.kts).
@@ -72,13 +68,13 @@ develocity {
@@ -103,7 +99,7 @@ The following sample shows a Develocity configuration for a Maven project:
@@ -115,8 +111,6 @@ The following sample shows a Develocity configuration for a Maven project:
@@ -139,10 +133,10 @@ The following sample shows a Develocity configuration for a Maven project:
@@ -172,6 +166,10 @@ https://docs.gradle.com/develocity/get-started/#integrating_your_ci_tool
@@ -190,7 +188,7 @@ pipeline {
@@ -366,6 +364,8 @@ doc: https://docs.gradle.com/develocity/maven-extension/current/#obfuscating_ide
> **Note:** commonly added tags and other custom data (links, values) are added by the [Common Custom User Data Gradle Plugin](https://github.com/gradle/common-custom-user-data-gradle-plugin) or the [Common Custom User Data Maven Extension](https://github.com/gradle/common-custom-user-data-maven-extension).