Commit Graph

1030 Commits

Author SHA1 Message Date
Jakub Chrzanowski
01a50d2635 Remove redundant Kotlin JVM toolchain configuration from build.gradle.kts 2026-04-17 14:37:11 +02:00
Jakub Chrzanowski
02aff2ae6a CHANGELOG update 2026-04-17 14:37:11 +02:00
Jakub Chrzanowski
b4667f9284 Migrate IntelliJ Platform repository configuration to settings.gradle.kts 2026-04-17 14:37:11 +02:00
ilya
cbbad2beac fix: handle empty releases list in draft cleanup step (#578)
When a new project has no releases yet, `gh api repos/{owner}/{repo}/releases`
returns empty JSON, causing `xargs` to fail with exit code 123:
"unexpected end of JSON input". 
use xargs -r instead of explicit empty check for draft cleanup
2026-04-17 14:37:11 +02:00
Jakub Chrzanowski
e5cd90b3aa CHANGELOG update 2026-03-25 11:50:12 +01:00
Jakub Chrzanowski
97c77b4638 Upgrade platformVersion to 2025.2.6.1 and Gradle to 9.4.1. 2.4.1 2026-03-20 15:44:58 +01:00
Jakub Chrzanowski
e26e5ee1d0 Dependencies - upgrade Kotlin to 2.3.20, Kover to 0.9.7, Qodana to 2025.3.2, and platformVersion to 2025.2.6.1. 2026-03-20 15:44:58 +01:00
Jakub Chrzanowski
6ca3688f3b Upgrade Gradle Wrapper to 9.4.1 2026-03-20 15:44:58 +01:00
Jakub Chrzanowski
2404fa935c Dependencies - upgrade org.jetbrains.intellij.platform to 2.13.1 2026-03-20 15:44:57 +01:00
Jakub Chrzanowski
5c6cef48fe 2.4.1 2026-02-03 14:14:13 +01:00
Jakub Chrzanowski
fca913d51f Upgrade Gradle version to 9.3.1. 2026-02-03 14:14:13 +01:00
Jakub Chrzanowski
b2fb9a48a4 Dependencies - upgrade org.jetbrains.kotlin.jvm to 2.3.0 2026-02-03 14:14:13 +01:00
Jakub Chrzanowski
a53ee61258 Dependencies - upgrade org.jetbrains.kotlinx.kover to 0.9.5 2026-02-03 14:14:13 +01:00
Jakub Chrzanowski
fee3121230 Dependencies - upgrade org.jetbrains.qodana to 2025.3.1 2026-02-03 14:14:13 +01:00
Jakub Chrzanowski
3dee025bce Dependencies - upgrade org.jetbrains.intellij.platform to 2.11.0 2026-02-03 14:14:13 +01:00
Jakub Chrzanowski
49e90d9894 Upgrade Gradle Wrapper to 9.3.1 2026-02-03 14:14:13 +01:00
Jakub Chrzanowski
c1958c1372 CHANGELOG update 2026-02-03 14:14:13 +01:00
Yaourt
d5cd7f0a77 chore(build): setup java and gradle for releaseDraft 2026-02-03 14:14:13 +01:00
Danil Ovchinnikov
f8d9dfbbbd CHANGELOG update 2026-02-03 14:14:13 +01:00
Danil Ovchinnikov
15416c7c88 update actions/upload-artifact action 2026-02-03 14:14:13 +01:00
Danil Ovchinnikov
29494c85dd update actions/checkout action 2026-02-03 14:14:13 +01:00
Danil Ovchinnikov
546b0e2c47 formatting GitHub Actions files 2026-02-03 14:14:13 +01:00
Jakub Chrzanowski
d7022ad031 Set empty versionPrefix for changelog in Gradle build file. 2026-02-03 14:14:13 +01:00
Jakub Chrzanowski
6bc11b0503 Update CHANGELOG links and configure version prefix for changelog 2026-02-03 14:14:13 +01:00
Jakub Chrzanowski
de6b4c8a9d CHANGELOG update 2025-11-25 19:53:58 +01:00
Jakub Chrzanowski
450ea7d908 Dependencies - upgrade org.jetbrains.changelog to 2.5.0 2.4.0 2025-11-25 19:34:54 +01:00
Jakub Chrzanowski
f0d63e98b9 README update 2025-11-25 19:31:51 +01:00
Jakub Chrzanowski
32ac468019 Remove the platformType Gradle property 2025-11-25 19:30:40 +01:00
Jakub Chrzanowski
71b7be9e41 Use intellijIdea(version) dependency helper instead of create(type, version) 2025-11-25 19:30:40 +01:00
Jakub Chrzanowski
7888f159fb Update platformVersion to 2025.2.5 2025-11-25 19:29:10 +01:00
Jakub Chrzanowski
8ca795f3c2 Change since build to 252 (2025.2) 2025-11-25 19:28:46 +01:00
Jakub Chrzanowski
44e2024ee6 Dependencies - upgrade org.jetbrains.intellij.platform to 2.10.5 2025-11-25 17:49:00 +01:00
Jakub Chrzanowski
acbc1b8330 Dependencies - upgrade org.jetbrains.kotlin.jvm to 2.2.21 2025-11-25 12:19:28 +01:00
Jakub Chrzanowski
00e77303eb Dependencies - upgrade org.jetbrains.qodana to 2025.2.2 2025-11-25 12:18:37 +01:00
Jakub Chrzanowski
98a0b72b85 Merge pull request #551 from JetBrains/next
next
2025-11-25 12:15:18 +01:00
Jakub Chrzanowski
01b925e38d CHANGELOG update 2025-11-25 12:00:07 +01:00
Jakub Chrzanowski
93e835087c Merge remote-tracking branch 'origin/main' into next 2025-11-25 11:59:31 +01:00
Marcel Haßlinger
ae051ed9ae fix(actions): use github event release body as conditional
output from a previous step has been removed recently - relying on github event release body to determine if pr should be opened
2025-11-25 11:53:15 +01:00
Danil Ovchinnikov
ab68cd4615 removed hidden spaces 2025-11-25 11:50:51 +01:00
Danil Ovchinnikov
65ba214871 update actions/upload-artifact action 2025-11-25 11:49:48 +01:00
Danil Ovchinnikov
8e51372815 update gradle/actions/setup-gradle action 2025-11-25 11:49:48 +01:00
Danil Ovchinnikov
b75a84f0ed update actions/setup-java action 2025-11-25 11:49:48 +01:00
Danil Ovchinnikov
dd98301953 update actions/checkout action 2025-11-25 11:49:48 +01:00
Jakub Chrzanowski
3dbbc218d0 2.4.0 2025-11-25 11:47:48 +01:00
Jakub Chrzanowski
3c9f911ebf Update platformVersion to 2025.1.7 2025-11-25 11:10:01 +01:00
Jakub Chrzanowski
445723d8f8 Upgrade Gradle Wrapper to 9.2.1 2025-11-25 11:08:14 +01:00
Jakub Chrzanowski
61febf6edf Upgrade Gradle Wrapper to 9.2.1 2025-11-25 11:07:49 +01:00
Danil Ovchinnikov
f6ce1eec46 updated links to documentation 2025-11-08 00:03:25 +01:00
Jakub Chrzanowski
9f231df60d Dependencies - upgrade org.jetbrains.intellij.platform to 2.10.4 2025-11-03 08:14:19 +01:00
Jakub Chrzanowski
9d7a764e19 Update gradleVersion to 9.2.0 2025-11-02 14:42:06 +01:00