We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef20539 commit 177c3faCopy full SHA for 177c3fa
docs/src/user-guide/plugins/quick-start.md
@@ -360,9 +360,9 @@ tasks:
360
${module.rootDir}/${pluginSettings.propertiesFileName}.properties
361
additionalConfig: ${pluginSettings.additionalConfig}
362
generatedSourceDir: ${taskOutputDir}
363
- markOutputsAs:
364
- - path: ${action.generatedSourceDir}
365
- kind: kotlin-sources
+ markOutputsAs:
+ - path: ${action.generatedSourceDir}
+ kind: kotlin-sources
366
```
367
368
`pluginSettings` is a global reference-only property that contains the configured plugin settings for each module the plugin is applied to.
0 commit comments