We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c1d6a0 commit 0118207Copy full SHA for 0118207
build.gradle
@@ -16,12 +16,11 @@ group = "io.trocco"
16
description = "Bigquery output for embulk"
17
18
version = {
19
- def baseVersion = "0.1.0"
20
def vd = versionDetails()
21
if (vd.commitDistance == 0 && vd.lastTag ==~ /^v[0-9]+\.[0-9]+\.[0-9]+(\.[a-zA-Z0-9]+)?/) {
22
vd.lastTag.substring(1)
23
} else {
24
- "${baseVersion}.${vd.gitHash}.pre"
+ "0.0.0.${vd.gitHash}.pre"
25
}
26
}()
27
0 commit comments