Jakub Chrzanowski
9c943a86bb
Remove gradleVersion property and wrapper configuration as Gradle Wrapper should be updated with ./gradlew wrapper --gradle-version=9.4.1 && ./gradlew wrapper
2026-04-17 14:37:11 +02:00
Jakub Chrzanowski
c967983660
Simplify property configuration: replace pluginGroup and pluginName with group and version in gradle.properties, and update diff filtering in workflow.
2026-04-17 14:37:11 +02:00
Jakub Chrzanowski
751695bbbe
Remove opentest4j dependency from build.gradle.kts and libs.versions.toml, redundant since IntelliJ Platform 251+
2026-04-17 14:37:11 +02:00
Jakub Chrzanowski
d201397233
Suppress unstable API usage warning in settings.gradle.kts.
2026-04-17 14:37:11 +02:00
Jakub Chrzanowski
b336f6d360
Remove redundant comments and pluginVersion configuration from gradle.properties.
2026-04-17 14:37:11 +02:00
Jakub Chrzanowski
ade9797ef7
Remove redundant pluginName property from gradle.properties and build.gradle.kts as it is already set in the plugin.xml
2026-04-17 14:37:11 +02:00
Jakub Chrzanowski
e03e117085
Remove redundant pluginVersion configuration from build.gradle.kts.
2026-04-17 14:37:11 +02:00
Jakub Chrzanowski
48ee494d0a
Remove redundant pluginSinceBuild property from gradle.properties.
2026-04-17 14:37:11 +02:00
Jakub Chrzanowski
d1c6d61cdf
Update version property in gradle.properties and remove redundant pluginVersion configuration from build.gradle.kts
2026-04-17 14:37:11 +02:00
Jakub Chrzanowski
f3f8b981b0
Simplify property configuration by removing redundant pluginGroup reference from build.gradle.kts and updating gradle.properties.
2026-04-17 14:37:11 +02:00
Jakub Chrzanowski
da27f164ac
Remove redundant java plugin declaration from build.gradle.kts
2026-04-17 14:37:11 +02:00
Jakub Chrzanowski
5418f45bbc
Remove redundant intellijPlatform.pluginVerification configuration from build.gradle.kts
2026-04-17 14:37:11 +02:00
Jakub Chrzanowski
8ca671a0ad
Remove redundant intellijPlatform.publishing.token configuration from build.gradle.kts
2026-04-17 14:37:11 +02:00
Jakub Chrzanowski
62abb48806
Remove redundant intellijPlatform.signing configuration from build.gradle.kts
2026-04-17 14:37:11 +02:00
Jakub Chrzanowski
8d9fceaac4
Remove redundant intellijPlatform.pluginConfiguration.ideaVersion configuration from build.gradle.kts
2026-04-17 14:37:11 +02:00
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