Skip to content

Commit

Permalink
Update gradle, add compatibility tests for gradle versions and versio…
Browse files Browse the repository at this point in the history
…n plugin versions
  • Loading branch information
patrikerdes committed Oct 24, 2018
1 parent 940ab36 commit 46b814b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 1 deletion.
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ class GradleVersionFunctionalTest extends BaseFunctionalTest {
'4.4',
'4.5',
'4.6',
'4.7',
'4.8',
'4.8.1',
'4.9',
'4.10',
'4.10.1',
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ class VersionsIntegrationFunctionalTest extends BaseFunctionalTest {

where:
versionsVersion | gradleVersion
'0.20.0' | '4.9'
'0.19.0' | '4.8'
'0.18.0' | '4.7'
'0.17.0' | '4.6'
'0.16.0' | '4.2.1'
'0.15.0' | '4.2.1'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ class KotlinGradleVersionFunctionalTest extends KotlinBaseFunctionalTest {
'4.4',
'4.5',
'4.6',
'4.7',
'4.8',
'4.8.1',
'4.9',
'4.10',
'4.10.1',
]
}
}

0 comments on commit 46b814b

Please sign in to comment.