Skip to content

Commit

Permalink
test: fix test for issue 8
Browse files Browse the repository at this point in the history
Closes #8
  • Loading branch information
tschulte committed Oct 14, 2015
1 parent 8bdb869 commit 7411bca
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ import spock.lang.Requires
@Requires({ env['TRAVIS'] || properties['integTest'] })
class SemanticReleaseIntegrationAuxScriptSpec extends SemanticReleasePluginIntegrationSpec {

@Override
def setupGradleWrapper() {
gradleVersion = '2.1'
super.setupGradleWrapper()
}

@Override
def setupGradleProject() {
buildFile << '''
Expand Down

0 comments on commit 7411bca

Please sign in to comment.