mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 09:47:50 +08:00
devkit: Gradle notice
This commit is contained in:
parent
fcc104b190
commit
0ead70783c
@ -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).
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user