Skip to content

Commit af1d5a6

Browse files
build(deps): bump com.gradle.common-custom-user-data-gradle-plugin
Bumps com.gradle.common-custom-user-data-gradle-plugin from 2.3 to 2.4.0. --- updated-dependencies: - dependency-name: com.gradle.common-custom-user-data-gradle-plugin dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2960324 commit af1d5a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

grails-forge/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pluginManagement {
2323
}
2424
plugins {
2525
id 'com.gradle.develocity' version '4.1.1'
26-
id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.3'
26+
id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.4.0'
2727
}
2828

2929
def isCI = System.getenv().containsKey('CI')

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pluginManagement {
2626
}
2727
plugins {
2828
id 'com.gradle.develocity' version '4.1.1'
29-
id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.3'
29+
id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.4.0'
3030
}
3131

3232
def isCI = System.getenv().containsKey('CI')

0 commit comments

Comments
 (0)