We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5544c85 commit e3ad66dCopy full SHA for e3ad66d
build.gradle
@@ -43,8 +43,8 @@ dependencies {
43
implementation libs.bundles.jackson
44
45
implementation libs.embulk.util.file
46
- implementation "org.embulk:embulk-util-text:0.1.3"
47
- implementation "org.embulk:embulk-util-timestamp:0.2.2"
+ implementation libs.embulk.util.text
+ implementation libs.embulk.util.timestamp
48
49
testImplementation "junit:junit:4.13.2"
50
testImplementation "org.embulk:embulk-spi:0.11"
0 commit comments