JetBrains_intellij-platform.../.github/template-cleanup
Oliver Nybroe b6b9ce9711
Added missing properties in the gradle.properties template file (#45)
* Add missing gradle.properties values to cleanup

* CHANGELOG: Added Missing properties in the `gradle.properties` template file

Co-authored-by: Jakub Chrzanowski <jakub.chrzanowski@jetbrains.com>
2020-10-14 09:11:52 +02:00
..
CHANGELOG.md rename project to IntelliJ *Platform* Pugin Template 2020-06-19 07:36:30 +02:00
gradle.properties Added missing properties in the gradle.properties template file (#45) 2020-10-14 09:11:52 +02:00
README.md Remove unnecessary new lines from the README 2020-09-07 13:37:36 +02:00
settings.gradle.kts Added settings.gradle.kts for the performance purposes 2020-06-26 09:35:03 +02:00

%NAME%

Build Version Downloads

Template ToDo list

This Fancy IntelliJ Platform Plugin is going to be your implementation of the brilliant ideas that you have.

This specific section is a source for the plugin.xml file which will be extracted by the Gradle during the build process.

To keep everything working, do not remove <!-- ... --> sections.

Installation

  • Using IDE built-in plugin system:

    Preferences > Plugins > Marketplace > Search for "%NAME%" > Install Plugin

  • Manually:

    Download the latest release and install it manually using Preferences > Plugins > ⚙️ > Install plugin from disk...


Plugin based on the IntelliJ Platform Plugin Template.