Skip to content

Commit 177c3fa

Browse files
committed
[docs] plugins-tutorial: fix indentation in an example yaml
1 parent ef20539 commit 177c3fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -360,9 +360,9 @@ tasks:
360360
${module.rootDir}/${pluginSettings.propertiesFileName}.properties
361361
additionalConfig: ${pluginSettings.additionalConfig}
362362
generatedSourceDir: ${taskOutputDir}
363-
markOutputsAs:
364-
- path: ${action.generatedSourceDir}
365-
kind: kotlin-sources
363+
markOutputsAs:
364+
- path: ${action.generatedSourceDir}
365+
kind: kotlin-sources
366366
```
367367

368368
`pluginSettings` is a global reference-only property that contains the configured plugin settings for each module the plugin is applied to.

0 commit comments

Comments
 (0)