Jakub Chrzanowski
447cedc92e
GitHub Actions - comments update
2026-05-04 11:34:39 +02:00
Jakub Chrzanowski
1e2977444f
Dependencies (GitHub Actions) - upgrade gradle/actions/setup-gradle to v6
2026-05-04 11:15:56 +02:00
Jakub Chrzanowski
4a5243eb44
Dependencies (GitHub Actions) - upgrade actions/upload-artifact to v7
2026-05-04 11:14:24 +02:00
Jakub Chrzanowski
6713fa78ca
Update README for improved clarity and updated links.
2026-05-04 11:11:01 +02:00
Jakub Chrzanowski
56c4908d2a
GitHub Actions - remove unused outputs from template-verify.yml workflow
2026-05-04 10:54:45 +02:00
Jakub Chrzanowski
5159eedbb8
GitHub Actions - simplify plugin artifact upload in GitHub Actions workflow
2026-05-04 10:53:44 +02:00
Jakub Chrzanowski
b98decf0d3
Add detailed plugin description to plugin.xml and update README files for clarity
2026-05-04 10:44:45 +02:00
Jakub Chrzanowski
8631348e6a
Remove run-ui-tests.yml workflow for outdated UI testing setup
2026-05-04 10:44:39 +02:00
Jakub Chrzanowski
0a76b1e2cd
Remove settings.gradle.kts for cleanup of unused project configuration.
2026-04-27 12:42:55 +02:00
Jakub Chrzanowski
ce889c7140
Update README, changelog for 2.5.0 release and clean up template documentation and configuration.
2026-04-20 10:23:59 +02:00
Jakub Chrzanowski
3924430b5d
Remove platformVersion property and inline its value in build.gradle.kts for cleaner configuration.
2026-04-17 14:37:11 +02:00
Jakub Chrzanowski
e3d900af04
Remove (empty) plugin and module dependency configurations from build.gradle.kts and gradle.properties.
2026-04-17 14:37:11 +02:00
Jakub Chrzanowski
d7e12a963c
Remove Kover configuration, dependencies, and related workflow steps.
2026-04-17 14:37:11 +02:00
Jakub Chrzanowski
a82d9d01c6
Remove Qodana configuration, dependencies, and related workflow steps.
2026-04-17 14:37:11 +02:00
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
b336f6d360
Remove redundant comments and pluginVersion configuration from gradle.properties.
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
97c77b4638
Upgrade platformVersion to 2025.2.6.1 and Gradle to 9.4.1.
2026-03-20 15:44:58 +01:00
Jakub Chrzanowski
fca913d51f
Upgrade Gradle version to 9.3.1.
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
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
32ac468019
Remove the platformType Gradle property
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
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
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
9d7a764e19
Update gradleVersion to 9.2.0
2025-11-02 14:42:06 +01:00
Jakub Chrzanowski
dfe87322e9
Update platformVersion to 2025.1.6
...
Change since build to `251` (2025.1)
2025-10-27 12:54:40 +01:00
Jakub Chrzanowski
09bc34b776
Update platformVersion to 2025.1.6
...
Change since build to `251` (2025.1)
2025-10-27 12:48:34 +01:00
Jakub Chrzanowski
f67ed11cac
GitHub: add platformBundledModules property placeholder to cleanup gradle.properties
2025-08-09 10:51:45 +02:00
Jakub Chrzanowski
6583a88033
GitHub: Fixed the missing $RELEASE_NOTE parent directory in the Release workflow
2025-08-09 10:51:45 +02:00
Jakub Chrzanowski
e827319b92
GitHub Actions: simplify changelog handling
2025-08-05 12:29:56 +02:00
Jakub Chrzanowski
5279af9702
Upgrade Gradle Wrapper to 9.0.0
2025-08-05 12:29:56 +02:00
Jakub Chrzanowski
2b8d1c31ee
Gradle - upgrade org.gradle.toolchains.foojay-resolver-convention to 1.0.0
2025-07-28 18:02:08 +02:00
takanuva15
a6be38b93c
Fix missing codecov configuration ( #487 )
2025-07-26 16:32:19 +02:00
Mike Edmunds
2430382824
Fix "No space left on device" in build job ( #482 )
2025-07-26 16:32:19 +02:00
Jakub Chrzanowski
a1b47a36de
GitHub Actions: fix grammatical issues in workflow comments
2025-07-26 16:32:19 +02:00
Danil Ovchinnikov
0c4795966e
use the explicit version of the action, instead of the latest ( #526 )
2025-07-26 16:32:19 +02:00
Jakub Chrzanowski
24980012fb
Change since build to 243 (2024.3)
2025-07-26 16:32:19 +02:00
Jakub Chrzanowski
08d83f4f96
Upgrade Gradle Wrapper to 8.14.3
2025-07-26 16:32:19 +02:00