Skip to content

Commit 5702392

Browse files
authored
Update Develocity Gradle plugin according to the updated Develocity server (#50)
1 parent 3bcdaa2 commit 5702392

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"com.gradle.develocity",
3232
"com.gradle.develocity:com.gradle.develocity.gradle.plugin"
3333
],
34-
"allowedVersions": "<3.19"
34+
"allowedVersions": "<4.1" // Develocity plugin >=4.1 requires Develocity Server >=2025.2
3535
}
3636
],
3737
"reviewers": ["team:security-cloud-squad"]

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
spotless-gradle = "7.0.4"
33
blowdryer-gradle = "1.7.1"
4-
develocity = "3.18.2"
4+
develocity = "4.0.1"
55
jackson = "2.19.1"
66
jfrog-gradle = "5.2.5"
77
rule-api = "2.14.0.4452"

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pluginManagement {
2222
}
2323

2424
plugins {
25-
id("com.gradle.develocity") version "3.18.2"
25+
id("com.gradle.develocity") version "4.0.1"
2626
}
2727

2828
rootProject.name = "cloud-native-gradle-modules"

0 commit comments

Comments
 (0)