devkit: Gradle notice

This commit is contained in:
Yann Cébron 2020-06-30 12:34:55 +02:00
parent fcc104b190
commit 0ead70783c
3 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,7 @@ redirect_from:
---
<!-- Copyright 2000-2020 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
> **NOTE** For new projects, it is recommend to use [Gradle](/tutorials/build_system.md).
> **NOTE** For new projects, it is highly recommended to use [Gradle](/tutorials/build_system.md).
This section explains how you can create a new plugin project from scratch using the New Project wizard. Optionally, you can import an existing project or import a project from external models. You can also add a new plugin module to an existing *IntelliJ Platform* project.
For more information, refer to the [IntelliJ IDEA Web Help](https://www.jetbrains.com/idea/help/new-project-wizard.html).

View File

@ -3,6 +3,8 @@ title: Setting Up a Development Environment
---
<!-- Copyright 2000-2020 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
> **NOTE** For new projects, it is highly recommended to use [Gradle](/tutorials/build_system.md).
### Preliminary Steps
Use the following checklist to ensure that you are ready to develop your custom plugins.

View File

@ -3,7 +3,7 @@ title: Using DevKit
---
<!-- Copyright 2000-2020 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
> **NOTE** For new projects, it is recommend to use [Gradle](/tutorials/build_system.md).
> **NOTE** For new projects, it is highly recommended to use [Gradle](/tutorials/build_system.md).
_Plugin DevKit_ is a bundled IntelliJ IDEA plugin for developing plugins for the IntelliJ Platform using IntelliJ IDEA's
own build system. It provides its custom SDK type and a set of actions for building plugins within the IDE.