Bump references to Develocity Gradle plugin from 4.0.2 to 4.1

This commit is contained in:
bot-githubaction
2025-07-16 02:42:56 +00:00
committed by Jerome Prinet
parent 1ab25195f1
commit 109bc4e45d
11 changed files with 15 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
plugins {
id "com.gradle.develocity" version "4.0.2"
id "com.gradle.develocity" version "4.1"
id "com.gradle.common-custom-user-data-gradle-plugin" version "2.3"
}

View File

@@ -16,7 +16,7 @@ import java.nio.file.Files
import java.util.zip.GZIPOutputStream
class BaseInitScriptTest extends Specification {
static final String DEVELOCITY_PLUGIN_VERSION = '4.0.2'
static final String DEVELOCITY_PLUGIN_VERSION = '4.1'
static final String CCUD_PLUGIN_VERSION = '2.1'
static final TestGradleVersion GRADLE_3_X = new TestGradleVersion(GradleVersion.version('3.5.1'), 7, 9)

View File

@@ -248,7 +248,7 @@ task expectFailure {
when:
settingsFile.text = """
plugins {
id 'com.gradle.develocity' version '4.0.2' apply(false)
id 'com.gradle.develocity' version '4.1' apply(false)
}
gradle.settingsEvaluated {
apply plugin: 'com.gradle.develocity'