Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit ef85c4e

Browse files
committed
Bump DV plugin version to 3.16.2
1 parent 7e08fe2 commit ef85c4e

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflow-samples/groovy-dsl/settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "com.gradle.enterprise" version "3.16.1"
2+
id "com.gradle.enterprise" version "3.16.2"
33
id "com.gradle.common-custom-user-data-gradle-plugin" version "1.12.1"
44
}
55

.github/workflow-samples/kotlin-dsl/settings.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("com.gradle.enterprise") version "3.16.1"
2+
id("com.gradle.enterprise") version "3.16.2"
33
id("com.gradle.common-custom-user-data-gradle-plugin") version "1.12.1"
44
}
55

.github/workflow-samples/no-wrapper-gradle-5/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "com.gradle.build-scan" version "3.16.1"
2+
id "com.gradle.build-scan" version "3.16.2"
33
}
44

55
gradleEnterprise {

.github/workflow-samples/no-wrapper/settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "com.gradle.enterprise" version "3.16.1"
2+
id "com.gradle.enterprise" version "3.16.2"
33
}
44

55
gradleEnterprise {

.github/workflows/integ-test-inject-develocity.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
env:
2222
DEVELOCITY_INJECTION_ENABLED: true
2323
DEVELOCITY_URL: https://ge.solutions-team.gradle.com
24-
DEVELOCITY_PLUGIN_VERSION: 3.16.1
24+
DEVELOCITY_PLUGIN_VERSION: 3.16.2
2525
DEVELOCITY_CCUD_PLUGIN_VERSION: 1.12.1
26-
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }} # This env var has not (yet) been renamed/aliased in GE plugin 3.16.1
26+
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }} # This env var has not (yet) been renamed/aliased in GE plugin 3.16.2
2727
strategy:
2828
matrix:
2929
gradle: [current, 7.6.2, 6.9.4, 5.6.4]

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ name: Run build with Develocity injection
841841
env:
842842
DEVELOCITY_INJECTION_ENABLED: true
843843
DEVELOCITY_URL: https://develocity.your-server.com
844-
DEVELOCITY_PLUGIN_VERSION: 3.16.1
844+
DEVELOCITY_PLUGIN_VERSION: 3.16.2
845845
846846
jobs:
847847
build:
@@ -854,7 +854,7 @@ jobs:
854854
run: ./gradlew build
855855
```
856856

857-
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.
857+
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.
858858

859859
This example assumes that the `develocity.your-server.com` server allows anonymous publishing of build scans.
860860
In the likely scenario that your Develocity server requires authentication, you will also need to configure an addition environment variable

0 commit comments

Comments
 (0)