mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
[IntelliJ Platform Gradle Plugin] remove beta status
This commit is contained in:
parent
9cd8d2851d
commit
be5fbf4ad4
@ -1,6 +1,6 @@
|
||||
<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
||||
|
||||
# IntelliJ Platform Gradle Plugin 2.x (Beta)
|
||||
# IntelliJ Platform Gradle Plugin 2.x
|
||||
|
||||
<link-summary>IntelliJ Platform Gradle Plugin user and migration guide.</link-summary>
|
||||
|
||||
@ -25,20 +25,6 @@ It is a successor of _[](tools_gradle_intellij_plugin.md) (1.x)_.
|
||||
|
||||
</snippet>
|
||||
|
||||
<snippet id="Beta_Status">
|
||||
|
||||
> IntelliJ Platform Gradle Plugin 2.0.0 is currently in **Beta** and may not support all features and project setups yet (see also [](tools_intellij_platform_gradle_plugin.md#requirements)).
|
||||
> Please report bugs or problems in the GitHub issue tracker or Slack channel (see [here](tools_intellij_platform_gradle_plugin.md#tldr)).
|
||||
>
|
||||
> Any documentation issues should be reported using the feedback form on the bottom of this page.
|
||||
> Please leave your email in case we need more details.
|
||||
>
|
||||
> Thanks a lot in advance for your feedback!
|
||||
>
|
||||
{title="Early Access Status" style="warning"}
|
||||
|
||||
</snippet>
|
||||
|
||||
## Requirements
|
||||
|
||||
IntelliJ Platform Gradle Plugin 2.x requires the following minimal versions:
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
<link-summary>IntelliJ Platform Gradle Plugin custom tasks.</link-summary>
|
||||
|
||||
<include from="tools_intellij_platform_gradle_plugin.md" element-id="Beta_Status"/>
|
||||
<include from="tools_intellij_platform_gradle_plugin.md" element-id="faq"/>
|
||||
|
||||
By default, the [](tools_intellij_platform_gradle_plugin_tasks.md#runIde), `test`, [](tools_intellij_platform_gradle_plugin_tasks.md#testIdeUi), and [](tools_intellij_platform_gradle_plugin_tasks.md#testIdePerformance) tasks depend on the IntelliJ Platform defined with [](tools_intellij_platform_gradle_plugin_dependencies_extension.md).
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
<link-summary>IntelliJ Platform Gradle Plugin dependencies extension.</link-summary>
|
||||
|
||||
<include from="tools_intellij_platform_gradle_plugin.md" element-id="Beta_Status"/>
|
||||
<include from="tools_intellij_platform_gradle_plugin.md" element-id="faq"/>
|
||||
|
||||
IntelliJ Platform Gradle Plugin enhances the `dependencies {}` configuration block by applying a nested `dependencies.intellijPlatform {}` extension.
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
<link-summary>IntelliJ Platform Gradle Plugin extension.</link-summary>
|
||||
|
||||
<include from="tools_intellij_platform_gradle_plugin.md" element-id="Beta_Status"/>
|
||||
<include from="tools_intellij_platform_gradle_plugin.md" element-id="faq"/>
|
||||
|
||||
The _IntelliJ Platform Gradle Plugin_ introduces a top-level `intellijPlatform` extension.
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
<link-summary>IntelliJ Platform Gradle Plugin provides a set of Gradle properties and build features to control its behaviors.</link-summary>
|
||||
|
||||
<include from="tools_intellij_platform_gradle_plugin.md" element-id="Beta_Status"/>
|
||||
<include from="tools_intellij_platform_gradle_plugin.md" element-id="faq"/>
|
||||
|
||||
The IntelliJ Platform Gradle Plugin exposes a number of build features to control some of the low-level Gradle plugin behaviors.
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
<link-summary>The IntelliJ Platform Gradle Plugin requires JetBrains Runtime (JBR), which can be provided in multiple ways.</link-summary>
|
||||
|
||||
<include from="tools_intellij_platform_gradle_plugin.md" element-id="Beta_Status"/>
|
||||
<include from="tools_intellij_platform_gradle_plugin.md" element-id="faq"/>
|
||||
|
||||
JetBrains Runtime (JBR) is a custom version of OpenJDK, specifically optimized for IntelliJ-based IDEs. It supports enhanced class redefinition (DCEVM), includes the Java Chromium Embedded Framework (JCEF), and improves aspects such as font rendering and keyboard support, thereby enhancing overall performance.
|
||||
|
@ -4,8 +4,6 @@
|
||||
|
||||
<link-summary>IntelliJ Platform Gradle Plugin 2.x migration guide from Gradle IntelliJ Plugin 1.x</link-summary>
|
||||
|
||||
<include from="tools_intellij_platform_gradle_plugin.md" element-id="Beta_Status"/>
|
||||
|
||||
## Plugin Name Change
|
||||
|
||||
As the **2.x** branch brings significant breaking changes to the plugin, the name was changed from _Gradle IntelliJ Plugin_ to
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
<link-summary>IntelliJ Platform Gradle Plugin plugins.</link-summary>
|
||||
|
||||
<include from="tools_intellij_platform_gradle_plugin.md" element-id="Beta_Status"/>
|
||||
<include from="tools_intellij_platform_gradle_plugin.md" element-id="faq"/>
|
||||
|
||||
The IntelliJ Platform Gradle Plugin consists of multiple subplugins which can be applied in bundles ([](#platform) or [](#module)) or separately.
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
<link-summary>IntelliJ Platform Gradle Plugin repositories extension.</link-summary>
|
||||
|
||||
<include from="tools_intellij_platform_gradle_plugin.md" element-id="Beta_Status"/>
|
||||
<include from="tools_intellij_platform_gradle_plugin.md" element-id="faq"/>
|
||||
|
||||
This is an extension class for managing IntelliJ Platform repositories in a Gradle build script.
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
<link-summary>IntelliJ Platform Gradle Plugin task `*Aware` interfaces.</link-summary>
|
||||
|
||||
<include from="tools_intellij_platform_gradle_plugin.md" element-id="Beta_Status"/>
|
||||
<include from="tools_intellij_platform_gradle_plugin.md" element-id="faq"/>
|
||||
|
||||
The Task Awares is a set of interfaces that can be applied to custom Gradle tasks and, when registered using the dedicated register method, inject new features or properties with predefined values.
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
<link-summary>IntelliJ Platform Gradle Plugin tasks.</link-summary>
|
||||
|
||||
<include from="tools_intellij_platform_gradle_plugin.md" element-id="Beta_Status"/>
|
||||
<include from="tools_intellij_platform_gradle_plugin.md" element-id="faq"/>
|
||||
|
||||
The IntelliJ Platform Gradle Plugin introduces a set of tasks to handle activities of the plugin development for IntelliJ-based IDEs, such as building, verifying, testing, and publishing the plugin archive.
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
<link-summary>IntelliJ Platform Gradle Plugin data types, enums, and constants.</link-summary>
|
||||
|
||||
<include from="tools_intellij_platform_gradle_plugin.md" element-id="Beta_Status"/>
|
||||
<include from="tools_intellij_platform_gradle_plugin.md" element-id="faq"/>
|
||||
|
||||
This page lists various types used to configure [](tools_intellij_platform_gradle_plugin_tasks.md).
|
||||
|
Loading…
x
Reference in New Issue
Block a user