mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
update GH link
This commit is contained in:
parent
a7d60e6ef9
commit
8e75908ed2
@ -7,7 +7,7 @@
|
||||
|
||||
**Current Release**: %gradle-intellij-plugin-version%
|
||||
|
||||
**GitHub**: [Releases & Changelog](https://github.com/JetBrains/gradle-intellij-plugin/releases), [Issue Tracker](https://github.com/JetBrains/gradle-intellij-plugin/issues)
|
||||
**GitHub**: [Releases & Changelog](https://github.com/JetBrains/intellij-platform-gradle-plugin/releases), [Issue Tracker](https://github.com/JetBrains/intellij-platform-gradle-plugin/issues)
|
||||
|
||||
</tldr>
|
||||
|
||||
@ -35,8 +35,8 @@ The plugin provides functionalities like:
|
||||
|
||||
> Please see also [](tools_gradle_intellij_plugin_faq.md) and [](tools_gradle_intellij_plugin_examples.md).
|
||||
>
|
||||
> Before visiting the [Issue Tracker](https://github.com/JetBrains/gradle-intellij-plugin/issues), update both plugin and Gradle to the latest versions.
|
||||
> Please see [CONTRIBUTING](https://github.com/JetBrains/gradle-intellij-plugin/blob/master/CONTRIBUTING.md) on how to submit feedback and contribute to this project.
|
||||
> Before visiting the [Issue Tracker](https://github.com/JetBrains/intellij-platform-gradle-plugin/issues), update both plugin and Gradle to the latest versions.
|
||||
> Please see [CONTRIBUTING](https://github.com/JetBrains/intellij-platform-gradle-plugin/blob/master/CONTRIBUTING.md) on how to submit feedback and contribute to this project.
|
||||
>
|
||||
|
||||
## Usage
|
||||
|
@ -59,7 +59,7 @@ org.jetbrains.intellij.buildFeature.paidPluginSearchableOptionsWarning=false
|
||||
|
||||
Checks whether the currently used Gradle IntelliJ Plugin is outdated and if a new release is available.
|
||||
The plugin performs an update check on every run asking the GitHub Releases page for the redirection URL
|
||||
to the latest version with `HEAD` HTTP request: `https://github.com/jetbrains/gradle-intellij-plugin/releases/latest`.
|
||||
to the latest version with `HEAD` HTTP request: `https://github.com/JetBrains/intellij-platform-gradle-plugin/releases/latest`.
|
||||
|
||||
If the current version is outdated, the plugin will emit a warning with its current and the latest version.
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
**Current Release**: %intellij-platform-gradle-plugin-version%
|
||||
|
||||
**GitHub**: [Releases & Changelog](https://github.com/JetBrains/gradle-intellij-plugin/releases), [Issue Tracker](https://github.com/JetBrains/gradle-intellij-plugin/issues)
|
||||
**GitHub**: [Releases & Changelog](https://github.com/JetBrains/intellij-platform-gradle-plugin/releases), [Issue Tracker](https://github.com/JetBrains/intellij-platform-gradle-plugin/issues)
|
||||
|
||||
**JetBrains Platform Forum**: [Gradle Build Scripts](https://platform.jetbrains.com/c/intellij-platform/gradle-build-scripts/6) category
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
||||
<!-- Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
||||
|
||||
# Gradle Properties
|
||||
|
||||
@ -146,7 +146,7 @@ org.jetbrains.intellij.platform.productsReleasesJetBrainsIdesUrl=https://...
|
||||
|
||||
Checks whether the currently used IntelliJ Platform Gradle Plugin is outdated and if a new release is available.
|
||||
The plugin performs an update check on every run asking the GitHub Releases page for the redirection URL
|
||||
to the latest version with `HEAD` HTTP request: [](https://github.com/jetbrains/gradle-intellij-plugin/releases/latest).
|
||||
to the latest version with `HEAD` HTTP request: [](https://github.com/JetBrains/intellij-platform-gradle-plugin/releases/latest).
|
||||
|
||||
If the current version is outdated, the plugin will emit a warning with its current and the latest version.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
||||
<!-- Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
||||
|
||||
# Plugin Dependencies
|
||||
|
||||
@ -163,7 +163,7 @@ intellij {
|
||||
</tab>
|
||||
</tabs>
|
||||
|
||||
> Transitive dependencies required for tests must currently be [specified explicitly](https://github.com/JetBrains/gradle-intellij-plugin/issues/38).
|
||||
> Transitive dependencies required for tests must currently be [specified explicitly](https://github.com/JetBrains/intellij-platform-gradle-plugin/issues/38).
|
||||
>
|
||||
{style="note"}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
||||
<!-- Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
||||
|
||||
# GoLand Plugin Development
|
||||
|
||||
@ -139,7 +139,7 @@ Test your plugin with any version of GoLand you intend to support.
|
||||
|
||||
## GoLand Test Framework
|
||||
|
||||
Please see [this issue](https://github.com/JetBrains/gradle-intellij-plugin/issues/477#issuecomment-845022914) for required additional dependency setup.
|
||||
Please see [this issue](https://github.com/JetBrains/intellij-platform-gradle-plugin/issues/477#issuecomment-845022914) for required additional dependency setup.
|
||||
|
||||
## Open Source Plugins for GoLand
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user