mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
[GH action] gradleValidation
update to gradle/wrapper-validation-action@v1.0.3
This commit is contained in:
parent
62dc41e381
commit
82f43ecdc7
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
|
||||
# Validate wrapper
|
||||
- name: Gradle Wrapper Validation
|
||||
uses: gradle/wrapper-validation-action@v1
|
||||
uses: gradle/wrapper-validation-action@v1.0.3
|
||||
|
||||
# Run verifyPlugin and test Gradle tasks
|
||||
test:
|
||||
|
@ -7,6 +7,7 @@
|
||||
- Switch Gradle Wrapper to `-all` to improve the IntelliSense
|
||||
- Update detekt config to be in line with IJ settings
|
||||
- Dependencies - upgrade `io.gitlab.arturbosch.detekt` to `1.14.2`
|
||||
- GitHub Actions - `gradleValidation` update to `gradle/wrapper-validation-action@v1.0.3`
|
||||
|
||||
## [0.5.1]
|
||||
### Added
|
||||
|
Loading…
Reference in New Issue
Block a user