diff --git a/src/en/guide/profiles/profileStructure.gdoc b/src/en/guide/profiles/profileStructure.gdoc index ecb2df77bb7..048d44ee955 100644 --- a/src/en/guide/profiles/profileStructure.gdoc +++ b/src/en/guide/profiles/profileStructure.gdoc @@ -36,7 +36,17 @@ repositories: - "https://repo.grails.org/grails/core" {code} -h4. 2) build.plugins +h4. 2) build.repositories + +A list of Maven repositories to include in the buildscript section of the generated build. Example: + +{code} +build: + repositories: + - "https://repo.grails.org/grails/core" +{code} + +h4. 3) build.plugins A list of Gradle plugins to configure in the generated build. Example: @@ -48,7 +58,7 @@ build: - org.grails.grails-core {code} -h4. 3) build.excludes +h4. 4) build.excludes A list of Gradle plugins to exclude from being inherited from the parent profile: @@ -58,7 +68,7 @@ build: - org.grails.grails-core {code} -h4. 4) dependencies +h4. 5) dependencies A map of scopes and dependencies to configure. The @excludes@ scope can be used to exclude from the parent profile. Example: @@ -73,7 +83,7 @@ dependencies: - "org.springframework.boot:spring-boot-autoconfigure" {code} -h4. 5) features.defaults +h4. 6) features.defaults A default list of features to use if no explicit features are specified.