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 d2d7eda commit 182db45Copy full SHA for 182db45
build.gradle
@@ -12,7 +12,7 @@ plugins {
12
}
13
14
group = 'net.minecrell'
15
-version = '0.4'
+version = '0.5-SNAPSHOT'
16
description = 'A Gradle plugin to manage patches for Git repositories'
17
18
sourceCompatibility = 1.6
src/main/groovy/net/minecrell/gitpatcher/task/patch/ApplyPatchesTask.groovy
@@ -124,8 +124,4 @@ class ApplyPatchesTask extends PatchTask {
124
125
126
127
- private static void exec(List<String> command, File workingDir) {
128
- command.execute(null as String[], workingDir).consumeProcessOutput()
129
- }
130
-
131
0 commit comments