Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 8e01c66

Browse files
authored
Merge pull request #462 from grails/bugfix/docs
Correct the githubBranch to 7.1.x for docs
2 parents 43e353e + ff1280c commit 8e01c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ext {
2-
githubBranch = "7.2.x"
2+
githubBranch = "7.1.x"
33
checkOutDir = "build/checkout"
44
zipFile = "build/source.zip"
55

0 commit comments

Comments
 (0)