mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
Bump GE plugin versions
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
plugins {
|
||||
id "com.gradle.enterprise" version "3.14.1"
|
||||
id "com.gradle.common-custom-user-data-gradle-plugin" version "1.11.1"
|
||||
id "com.gradle.enterprise" version "3.15"
|
||||
id "com.gradle.common-custom-user-data-gradle-plugin" version "1.11.2"
|
||||
}
|
||||
|
||||
gradleEnterprise {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
plugins {
|
||||
id("com.gradle.enterprise") version "3.14.1"
|
||||
id("com.gradle.common-custom-user-data-gradle-plugin") version "1.11.1"
|
||||
id("com.gradle.enterprise") version "3.15"
|
||||
id("com.gradle.common-custom-user-data-gradle-plugin") version "1.11.2"
|
||||
}
|
||||
|
||||
gradleEnterprise {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id "com.gradle.build-scan" version "3.14.1"
|
||||
id "com.gradle.build-scan" version "3.15"
|
||||
}
|
||||
|
||||
gradleEnterprise {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id "com.gradle.enterprise" version "3.14.1"
|
||||
id "com.gradle.enterprise" version "3.15"
|
||||
}
|
||||
|
||||
gradleEnterprise {
|
||||
|
||||
@@ -21,8 +21,8 @@ env:
|
||||
GRADLE_BUILD_ACTION_CACHE_DEBUG_ENABLED: true
|
||||
GRADLE_ENTERPRISE_INJECTION_ENABLED: true
|
||||
GRADLE_ENTERPRISE_URL: https://ge.solutions-team.gradle.com
|
||||
GRADLE_ENTERPRISE_PLUGIN_VERSION: 3.14.1
|
||||
GRADLE_ENTERPRISE_CCUD_PLUGIN_VERSION: 1.11.1
|
||||
GRADLE_ENTERPRISE_PLUGIN_VERSION: 3.15
|
||||
GRADLE_ENTERPRISE_CCUD_PLUGIN_VERSION: 1.11.2
|
||||
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user