Commit Graph

419 Commits

Author SHA1 Message Date
Yann Cébron
b83e18d0ad Update platformVersion to 2023.3.8 2024-10-02 14:47:55 +02:00
Yann Cébron
023aa9e243 Upgrade Gradle Wrapper to 8.10.1 2024-10-02 14:47:55 +02:00
Jakub Chrzanowski
038d00b51a Fixed _Run Plugin_ run configuration logs location 2024-10-02 14:47:55 +02:00
Jakub Chrzanowski
f8a064fa9e README: update screenshots 2024-10-02 14:47:55 +02:00
Jakub Chrzanowski
305bfc81a1 Upgrade Gradle Wrapper to 8.10 2024-10-02 14:47:55 +02:00
Jakub Chrzanowski
6676260076 Dependencies (GitHub Actions) - upgrade gradle/actions/setup-gradle to v4 2024-10-02 14:47:55 +02:00
GitHub Action
d7cd4f603f Changelog update - v2.0.1 2024-08-09 17:27:28 +02:00
Jakub Chrzanowski
1ad329de91 Dependencies - upgrade org.jetbrains.qodana to 2024.1.9 2024-08-09 17:00:45 +02:00
Jakub Chrzanowski
777fd2ad9c Dependencies - upgrade org.jetbrains.kotlinx.kover to 0.8.3 2024-08-09 17:00:45 +02:00
Jakub Chrzanowski
6d938b80ba Dependencies - upgrade org.jetbrains.kotlin.jvm to 1.9.25 2024-08-09 17:00:45 +02:00
Jakub Chrzanowski
3c399f798b Cleanup registering the runIdeForUiTests task 2024-08-09 17:00:45 +02:00
Jakub Chrzanowski
b0c4bb5b62 Dependencies - upgrade org.jetbrains.intellij.platform to 2.0.1 2024-08-09 17:00:45 +02:00
Jakub Chrzanowski
b9d337eb79 Update platformVersion to 2023.3.7; Change since/until build to 233-242.* (2023.3-2024.2.*) 2024-08-09 17:00:45 +02:00
GitHub Action
cec964e1d8 Changelog update - v2.0.0 2024-07-30 21:02:08 +02:00
Jakub Chrzanowski
3506b32eb4
Update org.jetbrains.intellij.platform to 2.0.0 2024-07-30 20:15:29 +02:00
Jakub Chrzanowski
381a2347f6
2.0.0-beta9 2024-07-12 23:58:36 +02:00
GitHub Action
7f69374026 Changelog update - v1.14.2 2024-07-12 23:53:43 +02:00
Jakub Chrzanowski
292c8e0ed6 Upgrade Gradle Wrapper to 8.9 2024-07-12 23:32:32 +02:00
Yann Cébron
e5e5af44a3 remove default pluginIcon.svg 2024-07-12 23:32:32 +02:00
GitHub Action
fa099ff446 Changelog update - v1.14.1 2024-06-19 19:07:47 +02:00
Jakub Chrzanowski
0474c03f14
Update platformVersion to 2023.2.7 2024-06-19 17:49:19 +02:00
Jakub Chrzanowski
f3bc69268f Dependencies - upgrade org.jetbrains.kotlinx.kover to 0.8.1 2024-06-19 17:47:39 +02:00
Jakub Chrzanowski
a9e9c97c41 Dependencies - upgrade org.jetbrains.intellij to 1.17.4 2024-06-19 17:47:39 +02:00
Jakub Chrzanowski
2340290cb2 Dependencies - downgrade org.jetbrains.kotlin.jvm to 1.9.24 2024-06-19 17:47:39 +02:00
Yann Cébron
a05cf9961b Gradle 8.8 2024-06-19 17:47:39 +02:00
Jakub Chrzanowski
0a59020482
Dependencies - upgrade org.jetbrains.intellij.platform to 2.0.0-beta6 2024-06-06 12:13:50 +02:00
Jakub Chrzanowski
0999d97fe5
Use IntelliJ Platform Gradle Plugin 2.0.0-beta5 2024-06-06 12:13:49 +02:00
Jakub Chrzanowski
767bea0f5a
Use IntelliJ Platform Gradle Plugin 2.0.0-beta1 2024-06-06 12:13:43 +02:00
Jakub Chrzanowski
8c641e4966
Dependencies - upgrade org.jetbrains.qodana to 2023.3.2 2024-06-06 12:12:50 +02:00
Jakub Chrzanowski
87a8cd9930
Run Configurations - Run Qodana runs the qodanaScan Gradle task 2024-06-06 12:12:30 +02:00
Jakub Chrzanowski
7202bfac40
Gradle - Removed Qodana Gradle Plugin configuration to rely on defaults 2024-06-06 12:12:29 +02:00
Jakub Chrzanowski
240e06cc53
Replace the whole IntelliJ Platform Plugin Template with the new project name when running the GitHub Actions Cleanup workflow #442 2024-06-06 12:12:28 +02:00
Jakub Chrzanowski
38a12bf912
Gradle - cleanup the jvmToolchain setup 2024-06-06 12:12:26 +02:00
Jakub Chrzanowski
a53b879b23
Make the Run Tests run configuration use the RunAsTest IDE feature #446 2024-06-06 12:12:24 +02:00
Friedrich von Never
bbaabfe294
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-06-06 12:12:23 +02:00
Friedrich von Never
da699e9dbf
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>
2024-06-06 12:12:22 +02:00
Yann Cébron
a23f859ba7 Gradle 8.8 2024-06-05 17:17:50 +02:00
GitHub Action
16168ba7e8 Changelog update - v1.14.0 2024-05-30 11:41:01 +02:00
Jakub Chrzanowski
04e1e51d36
Replace org.jetbrains:annotations library with an com.example:exampleLibrary placeholder 2024-05-30 10:04:33 +02:00
Jakub Chrzanowski
8313d6c9f3
Change since/until build to 232-242.* (2023.2-2024.2.*) 2024-05-30 10:00:57 +02:00
Jakub Chrzanowski
04bf40e9f0
Update platformVersion to 2023.2.6 2024-05-30 10:00:56 +02:00
Jakub Chrzanowski
d62ac0c227
Gradle 8.7 2024-05-30 10:00:55 +02:00
Jakub Chrzanowski
c46eed131b
Update Kover configuration 2024-05-30 10:00:53 +02:00
Jakub Chrzanowski
07ed8ab11e
Dependencies - upgrade org.jetbrains.kotlinx.kover to 0.8.0 2024-05-30 10:00:50 +02:00
Jakub Chrzanowski
ff98e23df8
Dependencies - upgrade org.jetbrains.intellij to 1.17.3 2024-05-30 10:00:15 +02:00
Jakub Chrzanowski
3714732fb1
Dependencies (GitHub Actions) - upgrade jtalk/url-health-check-action to v4 2024-05-30 09:59:47 +02:00
Jakub Chrzanowski
9575f46f37
Dependencies (GitHub Actions) - upgrade JetBrains/qodana-action to v2024.1.5 2024-05-30 09:59:43 +02:00
Jakub Chrzanowski
75b18806fa
GitHub Actions: replace gradle/wrapper-validation-action@v2 with gradle/actions/wrapper-validation@v3 2024-05-30 09:59:19 +02:00
Yann Cébron
9ca3701928 libraries/GH actions updates 2024-05-29 17:35:13 +02:00
Jakub Chrzanowski
9726f523c5
Dependencies (GitHub Actions) - upgrade actions/cache to 4 2024-03-11 16:26:16 +01:00