Skip to content

Commit

Permalink
Bump DV plugin to 3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed Dec 17, 2024
1 parent 9733cfe commit 4e3062c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class SampleProjectDependencyExtractorTest extends BaseExtractorTest {
def manifestDependencies = manifest.resolved

[ // plugin dependencies
"com.gradle:develocity-gradle-plugin:3.18.1",
"com.gradle:develocity-gradle-plugin:3.19",
"com.diffplug.spotless:spotless-plugin-gradle:4.5.1",
"com.diffplug.durian:durian-core:1.2.0",
].forEach {
Expand Down
2 changes: 1 addition & 1 deletion sample-projects/java-single-project/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
plugins {
id 'com.gradle.develocity' version '3.18.1'
id 'com.gradle.develocity' version '3.19'
}
rootProject.name = 'java-lib'
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("com.gradle.develocity").version("3.18.1")
id("com.gradle.develocity").version("3.19")
id("com.gradle.common-custom-user-data-gradle-plugin").version("2.0.2")
}

Expand Down

0 comments on commit 4e3062c

Please sign in to comment.