Skip to content

Commit 87a5a41

Browse files
renovate[bot]stempler
authored andcommitted
chore(deps): update wetransform gradle conventions to v2.3.0
1 parent 4a53ca8 commit 87a5a41

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'to.wetransform.conventions' version '2.2.0'
3+
id 'to.wetransform.conventions' version '2.3.0'
44
}
55

66
wetransform {

helpers/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'java-library'
33
id 'groovy'
44
id 'java'
5-
id 'to.wetransform.conventions' version '2.2.0'
5+
id 'to.wetransform.conventions' version '2.3.0'
66
}
77

88
wetransform {

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pluginManagement {
88
}
99

1010
plugins {
11-
id 'to.wetransform.settings.default' version '2.2.0'
11+
id 'to.wetransform.settings.default' version '2.3.0'
1212
}
1313

1414
rootProject.name = 'conversion-gdal'

0 commit comments

Comments
 (0)