Skip to content

Commit

Permalink
Fix review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroyuki-sato committed May 8, 2024
1 parent 98335b6 commit 44c12d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ java {
}

dependencies {

compileOnly "org.embulk:embulk-spi:0.11"
implementation "org.embulk:embulk-util-config:0.5.0"
implementation "org.embulk:embulk-util-file:0.2.0"

testImplementation "junit:junit:4.13.2"
testImplementation "org.embulk:embulk-core:0.11.3"
testImplementation "org.embulk:embulk-deps:0.11.3"
testImplementation "org.embulk:embulk-junit4:0.11.3"
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/embulk/input/CommandFileInputPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public TransactionalFileInput open(TaskSource taskSource, int taskIndex)
}
}

protected static List<String> buildShell()
static List<String> buildShell()
{
String osName = System.getProperty("os.name");
if(osName.indexOf("Windows") >= 0) {
Expand Down

0 comments on commit 44c12d6

Please sign in to comment.