You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ The username and password environment variables should be set using the `gradle_
43
43
44
44
## Build scan conventions
45
45
46
-
When applied alongside the [Gradle Enterprise Plugin](https://plugins.gradle.org/plugin/com.gradle.enterprise), the plugin will configure publishing of build scans to [ge.spring.io](https://ge.spring.io) when authenticated.
46
+
When applied alongside the [Develocity Plugin](https://plugins.gradle.org/plugin/com.gradle.develocity), the plugin will configure publishing of build scans to [ge.spring.io](https://ge.spring.io) when authenticated.
47
47
The build scans will be customized to:
48
48
49
49
- Add tags:
@@ -59,7 +59,7 @@ The build scans will be customized to:
59
59
- Add links:
60
60
-`CI build` when building on Bamboo, GitHub Actions, or Jenkins, linking to the build on the CI server.
61
61
-`Git commit build scans`, linking to scans for other builds of the same git commit.
62
-
- Enable capturing of task (Gradle) or goal (Maven) input files
62
+
- Enable capturing of file fingerprints
63
63
- Upload build scans in the foreground when running on CI
64
64
65
65
### Build scan publishing credentials
@@ -125,12 +125,12 @@ pluginManagement {
125
125
126
126
In the example above, `gradlePluginPortal()` is declared to allow other plugins to continue to be resolved from the portal.
127
127
128
-
Now apply the plugin in `settings.gradle`, alongside the `com.gradle.enterprise` plugin:
128
+
Now apply the plugin in `settings.gradle`, alongside the `com.gradle.develocity` plugin:
129
129
130
130
```groovy
131
131
plugins {
132
132
// …
133
-
id "com.gradle.enterprise" version "<<version>>"
133
+
id "com.gradle.develocity" version "<<version>>"
134
134
id "io.spring.ge.conventions" version "<<version>>"
0 commit comments