Skip to content

Commit

Permalink
Add Gradle 3.2-rc-2 as a test version.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnrengelman committed Nov 3, 2016
1 parent 6d18b90 commit 03fd322
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class ShadowPluginSpec extends PluginSpecification {
assert output.exists()

where:
version << ['1.12', '2.0', '2.5', '2.11', '2.12', '2.13', '2.14', '3.0', '3.1']
version << ['1.12', '2.0', '2.5', '2.11', '2.12', '2.13', '2.14', '3.0', '3.1', '3.2-rc-2']
}

def 'shadow copy'() {
Expand Down

0 comments on commit 03fd322

Please sign in to comment.