Skip to content

Commit 0e0104c

Browse files
committed
[docs] plugins-tutorial: add a reminder to rename config.properties to konfig.properties
(cherry picked from commit ef20539)
1 parent b404fd3 commit 0e0104c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/src/user-guide/plugins/quick-start.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,9 @@ In our case the type of `pluginSettings` would be `com.example.Settings` which w
371371
So, e.g., when the plugin is applied to the `app` module in our example when we refer to the `${pluginSettings.propertiesFileName}` in `plugin.yaml`,
372372
we would get the `"konfig"` value the user specified in their `plugins.build-config.propertiesFileName` in `app/module.yaml`
373373

374+
!!! tip
375+
Remember to rename the file `config.properties` to `konfig.properties`.
376+
374377
### Adding another task
375378

376379
As planned, let's now add another task to the plugin that simply reads the already generated sources and prints them to stdout.

0 commit comments

Comments
 (0)