tools_intellij_platform_gradle_plugin.md: remove leftover paragraph

This commit is contained in:
Yann Cébron 2024-04-16 15:05:46 +02:00
parent 01600a3f54
commit fad6dcd075

View File

@ -262,21 +262,6 @@ dependencies {
}
```
## Code Instrumentation
TBD
The compiled code will be enhanced with:
- nullability assertions
- post-processing of forms created by IntelliJ GUI Designer
See also:
- [Tasks: `instrumentCode`](tools_intellij_platform_gradle_plugin_tasks.md#instrumentCode)
- [Extension: `intellijPlatform.instrumentCode`](tools_intellij_platform_gradle_plugin_extension.md#intellijPlatform-instrumentCode)
- [Task Awares: `JavaCompilerAware`](tools_intellij_platform_gradle_plugin_task_awares.md#JavaCompilerAware)
- [Dependencies: `javaCompiler()`](tools_intellij_platform_gradle_plugin_dependencies_extension.md#code-instrumentation)
- [Build Features: `useClosestVersionResolving`](tools_intellij_platform_gradle_plugin_gradle_properties.md#useClosestVersionResolving)
<include from="tools_intellij_platform_gradle_plugin_repositories_extension.md" element-id="localPlatformArtifacts_required"/>
<include from="snippets.md" element-id="missingContent"/>