We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a53ca8 commit 87a5a41Copy full SHA for 87a5a41
build.gradle
@@ -1,6 +1,6 @@
1
plugins {
2
id 'java'
3
- id 'to.wetransform.conventions' version '2.2.0'
+ id 'to.wetransform.conventions' version '2.3.0'
4
}
5
6
wetransform {
helpers/build.gradle
@@ -2,7 +2,7 @@ plugins {
id 'java-library'
id 'groovy'
7
8
settings.gradle
@@ -8,7 +8,7 @@ pluginManagement {
9
10
11
- id 'to.wetransform.settings.default' version '2.2.0'
+ id 'to.wetransform.settings.default' version '2.3.0'
12
13
14
rootProject.name = 'conversion-gdal'
0 commit comments