Skip to content

Commit f7d1c21

Browse files
authored
Merge pull request mendix#9028 from mendix/qt-issuefix
Add custom repository field content
2 parents 96c1499 + b738ffe commit f7d1c21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Enabling this option allows you to specify which repositories should be used by
102102

103103
This option becomes available if **Use custom repositiories** is set to **Yes**.
104104

105-
You can specify which repositories to use for Gradle. The content of this field should be specified using Groovy syntax and is what is inside the `repositories { }` section in a Gradle build file. By default, this field contains: `mavenCentral()`.
105+
You can specify which repositories to use for Gradle. The content of this field should be specified using Groovy syntax and is what is inside the `repositories { }` section in a Gradle build file. By default, this field contains: `mavenCentral()` and `gradlePluginPortal()`.
106106

107107
## Maia Tab
108108

0 commit comments

Comments
 (0)