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

Commit 88a82c5

Browse files
committed
Mentioned that the placement of sourceSets affects Grails 4 and above.
1 parent 78c12d1 commit 88a82c5

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)