Skip to content

Commit

Permalink
Can't even imagine how I missed this bug
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan-gh committed May 30, 2015
1 parent a217248 commit 09870f3
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 @@ -12,7 +12,7 @@ plugins {
}

group = 'net.minecrell'
version = '0.5'
version = '0.5.1'
description = 'A Gradle plugin to manage patches for Git repositories'

sourceCompatibility = 1.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class ApplyPatchesTask extends PatchTask {

git.repo = repo
git.fetch('origin') >> null
git.checkout('-B', 'master', 'origin/master') >> null
git.checkout('-B', 'master', 'origin/upstream') >> null
git.reset('--hard') >> out

if (patchDir.isDirectory()) {
Expand Down

0 comments on commit 09870f3

Please sign in to comment.