Skip to content

Commit 182db45

Browse files
committed
Remove redundant method
1 parent d2d7eda commit 182db45

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
}
1313

1414
group = 'net.minecrell'
15-
version = '0.4'
15+
version = '0.5-SNAPSHOT'
1616
description = 'A Gradle plugin to manage patches for Git repositories'
1717

1818
sourceCompatibility = 1.6

src/main/groovy/net/minecrell/gitpatcher/task/patch/ApplyPatchesTask.groovy

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,4 @@ class ApplyPatchesTask extends PatchTask {
124124
}
125125
}
126126

127-
private static void exec(List<String> command, File workingDir) {
128-
command.execute(null as String[], workingDir).consumeProcessOutput()
129-
}
130-
131127
}

0 commit comments

Comments
 (0)