Bump references to Develocity Gradle plugin from 3.19.2 to 4.0 (#596)

This PR bumps references to Develocity Gradle plugin from 3.19.2 to 4.0.

---------

Co-authored-by: daz <daz@gradle.com>
This commit is contained in:
Bot Githubaction
2025-04-09 17:19:54 +02:00
committed by GitHub
parent 1ad4e25ca6
commit e63ba6843c
18 changed files with 64 additions and 64 deletions

View File

@@ -1,5 +1,5 @@
plugins {
id "com.gradle.develocity" version "3.19.2"
id "com.gradle.develocity" version "4.0"
id "com.gradle.common-custom-user-data-gradle-plugin" version "2.2.1"
}

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 = '3.19.2'
static final String DEVELOCITY_PLUGIN_VERSION = '4.0'
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 '3.19.2' apply(false)
id 'com.gradle.develocity' version '4.0' apply(false)
}
gradle.settingsEvaluated {
apply plugin: 'com.gradle.develocity'