File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ description = "Embulk plugin for generate dummy records by Java."
28
28
sourceCompatibility = 1.8
29
29
targetCompatibility = 1.8
30
30
31
+ def JUNIT_VERSION = " 5.12.1"
32
+
31
33
tasks. withType(JavaCompile ) {
32
34
options. compilerArgs << " -Xlint:deprecation" << " -Xlint:unchecked"
33
35
}
@@ -46,8 +48,8 @@ dependencies {
46
48
implementation ' com.google.guava:guava:33.4.0-jre'
47
49
implementation ' org.msgpack:msgpack-core:0.9.+'
48
50
49
- testImplementation " org.junit.jupiter:junit-jupiter-api:5.12.0 "
50
- testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:5.12.0 "
51
+ testImplementation " org.junit.jupiter:junit-jupiter-api:$J UNIT_VERSION "
52
+ testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:$J UNIT_VERSION "
51
53
}
52
54
53
55
embulkPlugin {
You can’t perform that action at this time.
0 commit comments