Commit Graph

84 Commits

Author SHA1 Message Date
dependabot[bot]
4ada49858a Bump actions/upload-artifact from v1 to v2.2.2
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from v1 to v2.2.2.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v1...e448a9b857ee2131e752b06002bf0e093c65e571)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-29 19:44:42 +02:00
dependabot[bot]
5cf5cc3ea5 Bump actions/cache from v2 to v2.1.4
Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2...26968a09c0ea4f3e233fdddbafd1166051a095f6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-29 15:30:52 +02:00
Jakub Chrzanowski
507b055937
properties shorthand function for accessing gradle.properties in a cleaner way (#92) 2021-02-25 10:41:19 +01:00
Stefan Saasen
5ac0de4a4b Use the correct property in the "Upload artifact" step
The `needs.build` accessor is only available in downstream jobs that depend on the `build` job.

For steps that are part of the same job, the `needs.build.outputs.artifact` property is empty.
2021-01-11 16:22:38 +01:00
Jakub Chrzanowski
54d556ce2d
GitHub Actions - use hash based on pluginVerifierIdeVersions in Setup Plugin Verifier IDEs Cache step 2020-11-05 21:33:41 +01:00
Jakub Chrzanowski
624c6950be
Cache downloaded IDEs used by Plugin Verifier for the verification 2020-10-29 21:46:49 +01:00
Jakub Chrzanowski
d702c7e798 GitHub Actions - releaseDraft update to actions/download-artifact@v2 2020-10-29 20:49:30 +01:00
Jakub Chrzanowski
2de45ab6ce
Integration with IntelliJ Plugin Verifier through the Gradle IntelliJ Plugin runPluginVerifier task 2020-10-29 20:41:47 +01:00
Yann Cébron
82f43ecdc7 [GH action] gradleValidation update to gradle/wrapper-validation-action@v1.0.3 2020-10-27 11:32:12 +01:00
Jakub Chrzanowski
7aa1a48766
Introduced platformPlugins property in gradle.properties for configuring dependencies to bundled/external plugins 2020-10-12 17:56:08 +02:00
Jakub Chrzanowski
74a7cc0d9f
Disable "Release Draft" job for pull requests in the "Build" GitHub Actions Workflow (#40) 2020-10-05 09:25:03 +02:00
Nick Badal
1c72407e34
Switch back to using Github containers to fix changelog commit (#35) 2020-09-17 21:54:36 +02:00
Nick Badal
e7a0e8b8e9
Fix artifact name grep pattern (#34) 2020-09-15 08:14:48 +02:00
Jakub Chrzanowski
8c0d362a67
GitHub Actions - cache Gradle dependencies and wrapper separately (#27)
GitHub Actions - cache Gradle dependencies and wrapper separately
2020-09-07 13:00:13 +02:00
Jakub Chrzanowski
a09031a9d5 GitHub Actions - run Export Properties in bash shell 2020-08-12 12:06:40 +02:00
Jakub Chrzanowski
a2bee72ebe GitHub Actions - optimize Export Properties step 2020-08-12 12:06:40 +02:00
Jakub Chrzanowski
fd86091fe8 GitHub Actions - remove running test task - already covered by check 2020-08-12 12:06:40 +02:00
Jakub Chrzanowski
b56e1f6835 GitHub Actions - use gradle:jdk8 container to provide Java 2020-08-12 12:06:40 +02:00
Pavel Sorokin
1f28b21bcb chore: cache gradle wrapper directory
updating action/cache to v2 allows to cache multiple paths
2020-08-09 10:34:01 +02:00
Jakub Chrzanowski
70cbdce227 GitHub Actions - revert CHANGELOG escaping to the working solution 2020-07-31 14:00:56 +02:00
Jakub Chrzanowski
f9fca8690d
Verifier fix (#19)
- run plugin verifier against 2019.3 2020.1 2020.2
- Plugin Verifier broken for artifacts with whitespaces in name
2020-07-31 13:14:35 +02:00
Jakub Chrzanowski
a1f029b0f6 GitHub Actions - run plugin verifier against 2019.3 2020.1 2020.2 2020-07-31 09:07:40 +02:00
Jakub Chrzanowski
aa34153a0e ktlint integration 2020-07-02 06:27:29 +02:00
Jakub Chrzanowski
479fd0516c GitHub Actions - handle project name containing spaces 2020-06-30 10:55:44 +02:00
Jakub Chrzanowski
d68f01d163 Removed ideaIC:LATEST-EAP-SNAPSHOT form Build workflow verification 2020-06-24 17:03:41 +02:00
Jakub Chrzanowski
4395c62e5c Set platformVersion in gradle.properties to 2019.3 2020-06-24 16:41:46 +02:00
Jakub Chrzanowski
4f3c95f0ed marker 2020-06-24 15:04:54 +02:00
Jakub Chrzanowski
d3c189d5be GitHub Actions - Build - update IDE versions for the plugin verifier 2020-06-23 12:26:46 +02:00
Jakub Chrzanowski
99e98e4f48 README - wip 2020-06-19 09:51:04 +02:00
Jakub Chrzanowski
e4a1106495 GitHub Actions - template cleanup workflow 2020-06-17 21:06:57 +02:00
Jakub Chrzanowski
711e280d28
GH Actions - release workflow 2020-06-17 07:19:59 +02:00
Jakub Chrzanowski
aaba297ffa
GH Actions release + Changelog integration (#4) 2020-06-16 16:12:30 +02:00
Jakub Chrzanowski
67df09b137
GH Actions release + Changelog integration (#3) 2020-06-16 11:09:54 +02:00
Jakub Chrzanowski
4aa3db2ba6 GitHub Actions - rename workflow to Build 2020-05-06 09:34:35 +02:00