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

Commit 4cc66c9

Browse files
authored
Merge pull request #397 from MichaelMorett/feature/fix-getting-started
docs: mentioned that the placement of sourceSets affects Grails 4 and above
2 parents 78c12d1 + 88a82c5 commit 4cc66c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/gettingStarted.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
}
2828
----
2929

30-
You should also tell Gradle about the migrations folder. If using Grails 4, make sure the configuration below is BEFORE the
30+
You should also tell Gradle about the migrations folder. If using Grails 4 or above, make sure the configuration below is BEFORE the
3131
`dependencies` configuration, so that the `sourceSets` declaration takes effect.
3232

3333
[source,groovy,subs="attributes"]

0 commit comments

Comments
 (0)