Skip to content

Commit

Permalink
add 2.x manuals to site
Browse files Browse the repository at this point in the history
  • Loading branch information
johnrengelman committed May 13, 2022
1 parent 4d14634 commit 33c7c06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ratpack-site/ratpack-site.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ ext {
"1.7.0", "1.7.1", "1.7.2", "1.7.3", "1.7.4", "1.7.5", "1.7.6",
"1.8.0", "1.8.1", "1.8.2",
"1.9.0-rc-1", "1.9.0-rc-2", "1.9.0",
"1.10.0-SNAPSHOT"
"1.10.0-SNAPSHOT",
"2.0.0-rc-1",
"2.0.0-SNAPSHOT"
]

if (!isHeroku && !isCi) {
Expand Down

0 comments on commit 33c7c06

Please sign in to comment.