mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-10-18 22:08:57 +08:00
Update to latest Gradle and GE plugin
* Update workflow samples to Gradle 8.1.1 * Update tests to use Gradle 8.1.1 *Update workflow samples to GE plugin 3.13
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user