Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Gradle plugin for building plugins for JetBrains IDEs

License

NotificationsYou must be signed in to change notification settings

JetBrains/intellij-platform-gradle-plugin

official JetBrains projectGradle Plugin PortalBuild StatusTeamCity Build StatusX FollowSlack

IntelliJ Platform Gradle PluginIntelliJ Platform Gradle Plugin

The IntelliJ Platform Gradle Plugin is a plugin for the Gradle build system to help configure your environment for building, testing, verifying, and publishing plugins for IntelliJ-based IDEs.

Documentation

The documentation of the IntelliJ Platform Gradle Plugin has moved to the IntelliJ Platform Plugin SDK Documentation:https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin.html

Installation

To install the IntelliJ Platform Gradle Plugin in your project, follow theUsage section of the plugin documentation.There's also aSnapshot Release available built nightly from the main branch containing the always-latest version of the plugin.

Latest Release

The latest available version is:

Gradle Plugin Portal

Snapshot Releases

To use snapshot releases, insettings.gradle.kts enable the Maven Snapshots repository:

pluginManagement {  repositories {    maven("https://central.sonatype.com/repository/maven-snapshots/")    gradlePluginPortal()  }}

The latest snapshot version is:

Maven Snapshots

Changelog

All releases are available in theReleases section.

Contributing

Please seeCONTRIBUTING on how to submit feedback and contribute to this project.

License

Licensed under the Apache License, Version 2.0 (the "License"), seeLICENCE.


[8]ページ先頭

©2009-2025 Movatter.jp