Commit Graph

96 Commits

Author SHA1 Message Date
Friedrich von Never
2f824e0584
Plugin publication: fix the channel selector (#444)
* Plugin publication: fix the channel selector

Before this patch, publisher was always using the channel corresponding
to the first number in the plugin version for release builds. This is
because by default, Kotlin's substringAfter will return the whole input
string if it's unable to find the needle.

* Bump org.gradle.toolchains.foojay-resolver-convention

Bumps org.gradle.toolchains.foojay-resolver-convention from 0.7.0 to 0.8.0.

---
updated-dependencies:
- dependency-name: org.gradle.toolchains.foojay-resolver-convention
  dependency-type: direct:production
  update-type: version-update:semver-minor

* Release workflow: remove Java (#443)

* Release workflow: remove Java

It is not required in this workflow anyway.

* CHANGELOG.md update

---------

Co-authored-by: Jakub Chrzanowski <jakub.chrzanowski@jetbrains.com>

* CHANGELOG.md update

---------

Co-authored-by: KotlinIsland <65446343+kotlinisland@users.noreply.github.com>
Co-authored-by: Jakub Chrzanowski <jakub.chrzanowski@jetbrains.com>
2024-03-08 12:43:22 +01:00
Jakub Chrzanowski
7c0690cbec
Change since/until build to 223-241.* (2022.3-2024.1.*) 2024-02-20 22:11:23 +01:00
Jakub Chrzanowski
9a177f918b
Upgrade Gradle Wrapper to 8.6 2024-02-20 22:10:11 +01:00
kotlinisland
521bc6519a Remove Gradle Kotlin DSL Lazy Property Assignment because it's default now 2024-02-01 09:52:53 +01:00
Jakub Chrzanowski
8129b8c749 gradle.properties sync 2023-12-01 13:52:21 +01:00
雪中亮
7cc969a26b Update settings.gradle.kts
resolve issue : https://github.com/JetBrains/intellij-platform-plugin-template/issues/410
2023-10-07 17:04:00 +02:00
Jakub Chrzanowski
29286b9c06 Change since/until build to 223-233.* (2022.3-2023.3.*) 2023-10-06 16:44:25 +02:00
Jakub Chrzanowski
23819666a6 Upgrade Gradle Wrapper to 8.4 2023-10-06 16:44:25 +02:00
Jakub Chrzanowski
d29ec6bc60 Upgrade Gradle Wrapper to 8.3 2023-08-17 11:36:39 +02:00
Jakub Chrzanowski
c32e2b1848
Spellchecking 2023-08-07 15:43:03 +02:00
Jakub Chrzanowski
f631e302f6
Update platformVersion to 2022.3.3 2023-08-07 15:01:29 +02:00
Jakub Chrzanowski
aab7609f4d
Change since/until build to 223-232.* (2022.3 - 2023.2.*) 2023-08-07 15:00:29 +02:00
Andrei Rybak
da1f14e58a README: update text of button "Install"
The last step in instructions in the generated README.md file for
installing the plugin using IDE built-in plugin system is using the
button "Install Plugin".  However, this button's text is "Install", at
least as of IntelliJ IDEA 2023.1.  The text was "Install" since at least
the commit c254ba45cd17 ("IDEA-195193 Plugins: implement search",
2018-08-20) [1] where class InstallButton was introduced.  Since commit
ebb07b041133 ("i18n for plugins configurable, initial", 2020-01-27) [2]
the class uses bundle message "action.AnActionButton.text.install" from
IdeBundle [3].

Change the text of the button in the generated README.md file to
"Install" accordingly.

[1] c254ba45cd
[2] ebb07b0411
[3] ebb07b0411/platform/platform-resources-en/src/messages/IdeBundle.properties (L1714)
2023-08-04 10:57:56 +02:00
Andrei Rybak
ad32156d95 README: add newline at end of file
Some text editors (such as vim) automatically add a newline at end of
files.  `git diff` also treats absence of newline at end of file in a
special way.

Add a newline at end of file README.md generated by the template to make
it more convenient to use.
2023-08-04 10:57:56 +02:00
Jakub Chrzanowski
bfa5d0d136
Upgrade Gradle Wrapper to 8.2.1^ 2023-07-10 16:01:25 +02:00
Jakub Chrzanowski
2dd3c5daad Removed workaround for Kotlin Compiler OutOfMemoryError as the issue is gone with Kotlin 1.9.0 2023-07-07 17:08:38 +02:00
Jakub Chrzanowski
99f1bce179 Upgrade Gradle Wrapper to 8.2 2023-07-07 17:08:38 +02:00
Jakub Chrzanowski
2e5e065b58 Change since/until build to 222-232.* (2022.2 - 2023.2.*) 2023-06-07 10:44:04 +02:00
Yann Cébron
26e14cfcda Upgrade Gradle Wrapper to 8.1.1, fix 2023-06-07 10:44:04 +02:00
Jakub Chrzanowski
f30c79c6bd Rename org.gradle.unsafe.configuration-cache to org.gradle.configuration-cache in gradle.properties 2023-04-13 00:37:48 +02:00
KotlinIsland
8048216194 Enable Gradle Build Cache (#358)
Enable Gradle Build Cache
---------

Co-authored-by: KotlinIsland <kotlinisland@users.noreply.github.com>
Co-authored-by: Jakub Chrzanowski <jakub.chrzanowski@jetbrains.com>
2023-04-13 00:37:48 +02:00
KotlinIsland
268526dc73 Enable Gradle Kotlin DSL Lazy Property Assignment
Enable Gradle Kotlin DSL Lazy Property Assignment

---------

Co-authored-by: KotlinIsland <kotlinisland@users.noreply.github.com>
Co-authored-by: Jakub Chrzanowski <jakub.chrzanowski@jetbrains.com>
2023-04-13 00:37:48 +02:00
Jakub Chrzanowski
935e39aa55 Upgrade Gradle Wrapper to 8.1 2023-04-13 00:37:48 +02:00
Jakub Chrzanowski
4c449eb2f6 Synchronize gradle.properties files 2023-04-13 00:37:48 +02:00
Jakub Chrzanowski
8ef7f1247d Upgrade Gradle Wrapper to 8.0.2 2023-03-10 12:04:06 +01:00
Jakub Chrzanowski
f57d76c64c - Update platformVersion to 2022.1.4
- Change since/until build to `221-231.*` (2022.1 - 2023.1.*)
2023-03-10 12:04:06 +01:00
Jakub Chrzanowski
6e12719a6b Upgrade Gradle Wrapper to 8.0.1 2023-03-10 12:04:06 +01:00
Jakub Chrzanowski
256ae7c8f5 Upgrade Gradle Wrapper to 8.0 2023-03-10 12:04:06 +01:00
Yann Cébron
eb5c7aea72 template-cleanup: add "plugin description" step with Tips link 2023-03-10 12:04:06 +01:00
Yann Cébron
e514b3ea16 template-cleanup: clarify 2023-03-10 12:04:06 +01:00
Jakub Chrzanowski
f1df5a5a94 gradle.properties: update links 2023-03-10 12:04:06 +01:00
Jakub Chrzanowski
b99218fb83 Minor fixes reported by the code inspection 2023-01-13 21:52:52 +01:00
Luke Gareth Ribchester
345c5c95f0 build: update Gradle to 7.6 (#335)
* build: update Gradle to `7.6`

Signed-off-by: Luke Gareth Ribchester <luke@luke.gr>

* docs: remove duplicated header

Signed-off-by: Luke Gareth Ribchester <luke@luke.gr>

* docs: add changelog entry for Gradle update

Signed-off-by: Luke Gareth Ribchester <luke@luke.gr>

Signed-off-by: Luke Gareth Ribchester <luke@luke.gr>
Co-authored-by: Jakub Chrzanowski <jakub.chrzanowski@jetbrains.com>
2023-01-13 21:52:52 +01:00
Jakub Chrzanowski
4d8e314398
Update pluginUntilBuild to include 223.* (2022.3.*) 2022-11-17 22:15:30 +01:00
Jakub Chrzanowski
b1e9043367
Update hints 2022-11-17 22:15:29 +01:00
Jakub Chrzanowski
5ef359dd47
org.jetbrains.changelog bumped to 2.0.0 2022-10-29 23:19:38 +02:00
Jakub Chrzanowski
b0e4b362d3
Update gradle.properties 2022-09-20 16:48:48 +02:00
Jakub Chrzanowski
f345bcdb33
Synchronize gradle.properties files 2022-09-19 11:28:03 +02:00
Jakub Chrzanowski
1dfd8ffe44 Upgrade Gradle Wrapper to 7.5.1 2022-08-07 22:41:46 +02:00
Jakub Chrzanowski
bea7503394 Change since/until build to 213-222.* (2021.3 - 2022.2) 2022-08-07 22:41:46 +02:00
Jakub Chrzanowski
ac80159a45 cleanup 2022-08-07 22:41:46 +02:00
Eric Ou
b7d2a33f13 Changed file reference to avoid pointint to /
Changed the file reference in the second step of the todo so it doesn't point towards /, and instead, the current directory
2022-08-07 22:41:46 +02:00
Jakub Chrzanowski
91143addfe Update links to Gradle IntelliJ Plugin docs 2022-08-07 22:41:46 +02:00
Jakub Chrzanowski
819d665d12 Unify gradle.properties comments format 2022-08-07 22:41:46 +02:00
Yann Cébron
375f6963fa platformVersion=2021.2.4, since/until-build 212-221 2022-08-07 22:41:46 +02:00
Yann Cébron
d267051154 upgrade Gradle wrapper to 7.4.2 2022-08-07 22:41:46 +02:00
Jakub Chrzanowski
9ba86cf3ce Use JVM toolchain for configuring source/target compilation compatibility 2022-08-07 22:41:46 +02:00
Yann Cébron
e004764676 Update Gradle Wrapper to 7.4.1 2022-08-07 22:41:46 +02:00
Yann Cébron
fd096ba3a3 set pluginUntilBuild=213.* to include only latest GA 2022-02-11 21:50:05 +01:00
Yann Cébron
5e63f87291 Upgrade Gradle Wrapper to 7.4 2022-02-11 21:50:05 +01:00