Commit Graph

8 Commits

Author SHA1 Message Date
Jakub Chrzanowski
71c57f0989
Migrate to IntelliJ Platform Gradle Plugin 2.0 EAP 2024-04-15 09:42:44 +02:00
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
dependabot[bot]
917f5331ce Bump org.gradle.toolchains.foojay-resolver-convention
Bumps org.gradle.toolchains.foojay-resolver-convention from 0.6.0 to 0.7.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-06 16:44:25 +02:00
KotlinIsland
c61f22d5cd
(🎁) Add Foojay toolchain provider plugin (#391)
Add Foojay toolchain provider plugin

---------

Co-authored-by: KotlinIsland <KotlinIsland@users.noreply.github.com>
Co-authored-by: Jakub Chrzanowski <jakub.chrzanowski@jetbrains.com>
2023-08-04 10:49:32 +02:00
Jakub Chrzanowski
d8922f50fc Updated Gradle project name 2020-06-30 10:07:22 +02:00
Jakub Chrzanowski
b58cb1e66b Added settings.gradle.kts for the performance purposes 2020-06-26 09:35:03 +02:00
Jakub Chrzanowski
2b18007bf4 remove settings.gradle.kts 2020-06-18 12:38:03 +02:00
Jakub Chrzanowski
e4a1106495 GitHub Actions - template cleanup workflow 2020-06-17 21:06:57 +02:00