Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Commit

Permalink
Merge pull request #96 from ysb33r/development
Browse files Browse the repository at this point in the history
1.0-alpha-2
  • Loading branch information
ysb33r authored Jan 30, 2018
2 parents 29d4607 + 20e5d82 commit 9fa29ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 {
import org.asciidoctor.gradle.AsciidoctorTask

group = 'org.ysb33r.gradle'
version = '2.0-alpha-1'
version = '2.0-alpha-2'

apply from: 'gradle/integration-tests.gradle'
apply from: 'gradle/compatibility-tests.gradle'
Expand Down
2 changes: 1 addition & 1 deletion src/docs/landingPage/display-versions.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# List versions in order that they should appear on the landing page
#
2.0-alpha-1
2.0-alpha-2
1.1
1.0
0.5.5
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class ${TESTNAME.replaceAll(/\W/,'_')}CompatibilitySpec extends Specification {
if( DISTRIBUTION_URI.empty ) {
gradleRunner.withGradleVersion(version)
} else {
final String uri = DISTRIBUTION_URI + '/gradle-' + version + '-bin.zip'
final String uri = DISTRIBUTION_URI + getDistributionFilename(version)
gradleRunner.withGradleDistribution(uri.toURI())
}
gradleRunner.withArguments(getArguments(gradleVersionUnderTest,version))
Expand Down

0 comments on commit 9fa29ea

Please sign in to comment.