IntelliJ Plugin Development Notes
search
⌘Ctrlk
IntelliJ Plugin Development Notes
  • Plugin Development Notes for JetBrains IDEs
  • Project Setup
    • Target a Specific IDE
  • OpenAPI
    • Actions
    • Options
  • UI
    • Navigation
    • Tool Window
    • Icons
    • Project Wizard
    • Internationalization
    • Status Bar
    • Layout Managers
    • Text
    • Dialogs
    • Services Tool Window
  • Common Patterns
    • PSI Facade
    • Smart Mode and Dumb Mode
    • Lazy
  • Official Documentation
    • IntelliJ Platform SDK DevGuidearrow-up-right
    • IntelliJ SDK Platform Documentation (GitHub)arrow-up-right
    • Design Guidelinesarrow-up-right
    • Getting Started With IntelliJarrow-up-right
    • Creating IntelliJ Platform SDK Code Samplesarrow-up-right
  • Example Code
    • IntelliJ IDEA - Community Edition (Upsource)arrow-up-right
    • IntelliJ IDEA Community Edition (GitHub)arrow-up-right
    • Code Samples from SDK Docsarrow-up-right
    • Open Source IntelliJ Pluginsarrow-up-right
    • Gradle Plugin Examplesarrow-up-right
    • IntelliJ Platform Plugin Templatearrow-up-right
  • Community
    • JetBrains Platform Slackarrow-up-right
    • JetBrains Community Discordarrow-up-right
    • Open API Community Supportarrow-up-right
  • Misc Links
    • FileDocumentManager Examplesarrow-up-right
  • Tools
    • Indices viewerarrow-up-right
    • PsiViewerarrow-up-right
    • UI Inspectorarrow-up-right
    • IntelliJ Platform Explorerarrow-up-right
    • Plugin Validator
  • Tutorials
    • Publishing and Distributing a development build
    • Add New Module Type to the New Project Wizard
    • Auto-detect Executable File
  • Questions
    • Where are persistant state and settings files
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
  1. Tutorials

Publishing and Distributing a development build

https://www.jetbrains.org/intellij/sdk/docs/tutorials/build_system/deployment.htmlarrow-up-right

PreviousLazychevron-leftNextAdd New Module Type to the New Project Wizardchevron-right

Last updated 2 years ago