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: docs/setup-gradle.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -841,7 +841,7 @@ Here's a minimal example:
841
841
run: ./gradlew build
842
842
```
843
843
844
-
This configuration will automatically apply `v3.18` of the [Develocity Gradle plugin](https://docs.gradle.com/develocity/gradle-plugin/), and publish build scans to https://develocity.your-server.com.
844
+
This configuration will automatically apply `v3.18.1` of the [Develocity Gradle plugin](https://docs.gradle.com/develocity/gradle-plugin/), and publish build scans to https://develocity.your-server.com.
845
845
846
846
This example assumes that the `develocity.your-server.com` server allows anonymous publishing of build scans.
847
847
In the likely scenario that your Develocity server requires authentication, you will also need to pass a valid [Develocity access key](https://docs.gradle.com/develocity/gradle-plugin/#via_environment_variable) taken from a secret:
@@ -907,7 +907,7 @@ Here's an example using the env vars:
0 commit comments