mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
snippets: improve Java/Gradle notes
This commit is contained in:
parent
fa652386c1
commit
8af3da686d
@ -33,7 +33,7 @@
|
|||||||
<p>
|
<p>
|
||||||
<emphasis>Plugin DevKit</emphasis>
|
<emphasis>Plugin DevKit</emphasis>
|
||||||
plugin must be installed from JetBrains Marketplace (<a
|
plugin must be installed from JetBrains Marketplace (<a
|
||||||
href="https://plugins.jetbrains.com/plugin/22851-plugin-devkit">Plugin Homepage</a>)
|
href="https://plugins.jetbrains.com/plugin/22851-plugin-devkit">Plugin Homepage</a>)
|
||||||
as it is not bundled since version 2023.3.
|
as it is not bundled since version 2023.3.
|
||||||
</p>
|
</p>
|
||||||
</warning>
|
</warning>
|
||||||
@ -67,38 +67,40 @@
|
|||||||
</snippet>
|
</snippet>
|
||||||
<snippet id="apiChangesJavaVersion">
|
<snippet id="apiChangesJavaVersion">
|
||||||
<note title="IDE and Java Versions">
|
<note title="IDE and Java Versions">
|
||||||
<p>Java version must be set depending on the target platform version.</p>
|
<p>Java version must be set depending on the target
|
||||||
<p>
|
<a href="build_number_ranges.md" anchor="platformVersions">platform version</a>.</p>
|
||||||
<control>2024.2+</control>
|
<deflist type="narrow">
|
||||||
: Java 21
|
<def id="java_2024.2" title="2024.2+">
|
||||||
</p>
|
Java 21
|
||||||
<p>
|
</def>
|
||||||
<control>2022.3+</control>
|
<def id="java_2022.3" title="2022.3+">
|
||||||
: Java 17
|
Java 17
|
||||||
</p>
|
</def>
|
||||||
<p>See <a href="build_number_ranges.md" anchor="platformVersions"/> for details.</p>
|
</deflist>
|
||||||
</note>
|
</note>
|
||||||
</snippet>
|
</snippet>
|
||||||
<snippet id="gradlePluginVersion">
|
<snippet id="gradlePluginVersion">
|
||||||
<warning title="Gradle Plugin">
|
<warning title="Gradle Plugin">
|
||||||
<p>The Gradle plugin must be chosen depending on the target <a href="build_number_ranges.md"
|
<p>The Gradle plugin must be chosen depending on the target
|
||||||
anchor="platformVersions">platform
|
<a href="build_number_ranges.md" anchor="platformVersions">platform version</a>.
|
||||||
version</a>.</p>
|
</p>
|
||||||
<deflist>
|
<deflist type="narrow">
|
||||||
<def id="gradlePluginVersion_2024.2">
|
<def id="gradlePluginVersion_2024.2" title="2024.2+">
|
||||||
<title>2024.2+</title>
|
|
||||||
<p>
|
<p>
|
||||||
<control>Requires</control>
|
<control>Requires</control>
|
||||||
<a href="tools_intellij_platform_gradle_plugin.md"/></p>
|
<a href="tools_intellij_platform_gradle_plugin.md"/>
|
||||||
|
</p>
|
||||||
</def>
|
</def>
|
||||||
<def id="gradlePluginVersion_2022.3">
|
<def id="gradlePluginVersion_2022.3" title="2022.3+">
|
||||||
<title>2022.3+</title>
|
|
||||||
<p>
|
<p>
|
||||||
<control>Recommended</control>
|
<control>Recommended</control>
|
||||||
<a href="tools_intellij_platform_gradle_plugin.md"/>,<br/>
|
<a href="tools_intellij_platform_gradle_plugin.md"/>
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
<control>Requires</control>
|
<control>Requires</control>
|
||||||
<a href="tools_gradle_intellij_plugin.md"/> version 1.10.1+ (current:
|
<a href="tools_gradle_intellij_plugin.md"/>
|
||||||
%gradle-intellij-plugin-version%)
|
<emphasis>(Obsolete)</emphasis>
|
||||||
|
1.10.1+
|
||||||
</p>
|
</p>
|
||||||
</def>
|
</def>
|
||||||
</deflist>
|
</deflist>
|
||||||
@ -206,7 +208,9 @@
|
|||||||
<td><img src="https://img.shields.io/badge/-Non--Dynamic-orange?style=flat-square"
|
<td><img src="https://img.shields.io/badge/-Non--Dynamic-orange?style=flat-square"
|
||||||
alt="Non-Dynamic"/></td>
|
alt="Non-Dynamic"/></td>
|
||||||
<td>Non-Dynamic<p>Extension Point</p></td>
|
<td>Non-Dynamic<p>Extension Point</p></td>
|
||||||
<td>Installation/update of plugin requires restarting the IDE, see <a href="dynamic_plugins.md"/>.</td>
|
<td>Installation/update of plugin requires restarting the IDE, see <a
|
||||||
|
href="dynamic_plugins.md"/>.
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</chapter>
|
</chapter>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user