mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-04-05 21:04:15 +02:00
Bump GE plugin to 3.13
This commit is contained in:
parent
48cb9af0cd
commit
f163b30724
6 changed files with 7 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
plugins {
|
||||
id "com.gradle.enterprise" version "3.12.6"
|
||||
id "com.gradle.enterprise" version "3.13"
|
||||
id "com.gradle.common-custom-user-data-gradle-plugin" version "1.10"
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
plugins {
|
||||
id("com.gradle.enterprise") version "3.12.6"
|
||||
id("com.gradle.enterprise") version "3.13"
|
||||
id("com.gradle.common-custom-user-data-gradle-plugin") version "1.10"
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
plugins {
|
||||
id "com.gradle.build-scan" version "3.12.6"
|
||||
id "com.gradle.build-scan" version "3.13"
|
||||
}
|
||||
|
||||
gradleEnterprise {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
plugins {
|
||||
id "com.gradle.enterprise" version "3.12.6"
|
||||
id "com.gradle.enterprise" version "3.13"
|
||||
}
|
||||
|
||||
gradleEnterprise {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
plugins {
|
||||
id "com.gradle.enterprise" version "3.12.6"
|
||||
id "com.gradle.enterprise" version "3.13"
|
||||
id "com.gradle.common-custom-user-data-gradle-plugin" version "1.10"
|
||||
}
|
||||
|
||||
|
|
|
@ -134,7 +134,7 @@ class BaseInitScriptTest extends Specification {
|
|||
} else {
|
||||
"""
|
||||
plugins {
|
||||
id 'com.gradle.enterprise' version '3.12.6'
|
||||
id 'com.gradle.enterprise' version '3.13'
|
||||
}
|
||||
gradleEnterprise {
|
||||
server = '$mockScansServer.address'
|
||||
|
@ -160,7 +160,7 @@ class BaseInitScriptTest extends Specification {
|
|||
} else if (gradleVersion < GradleVersion.version('6.0')) {
|
||||
"""
|
||||
plugins {
|
||||
id 'com.gradle.build-scan' version '3.12.6'
|
||||
id 'com.gradle.build-scan' version '3.13'
|
||||
}
|
||||
gradleEnterprise {
|
||||
server = '$mockScansServer.address'
|
||||
|
|
Loading…
Add table
Reference in a new issue