Bump DV plugin version to 3.16.2

This commit is contained in:
daz
2024-01-26 12:58:26 -07:00
parent b2c8886007
commit e833c3f088
10 changed files with 12 additions and 12 deletions

View File

@@ -823,7 +823,7 @@ name: Run build with Develocity injection
env:
DEVELOCITY_INJECTION_ENABLED: true
DEVELOCITY_URL: https://develocity.your-server.com
DEVELOCITY_PLUGIN_VERSION: 3.16.1
DEVELOCITY_PLUGIN_VERSION: 3.16.2
jobs:
build:
@@ -836,7 +836,7 @@ jobs:
run: ./gradlew build
```
This configuration will automatically apply `v3.16.1` of the [Develocity Gradle plugin](https://docs.gradle.com/enterprise/gradle-plugin/), and publish build scans to https://develocity.your-server.com.
This configuration will automatically apply `v3.16.2` of the [Develocity Gradle plugin](https://docs.gradle.com/enterprise/gradle-plugin/), and publish build scans to https://develocity.your-server.com.
This example assumes that the `develocity.your-server.com` server allows anonymous publishing of build scans.
In the likely scenario that your Develocity server requires authentication, you will also need to configure an addition environment variable