We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6495ce + 89e6244 commit 45c21d1Copy full SHA for 45c21d1
.github/workflows/publish.yml
@@ -17,12 +17,12 @@ jobs:
17
distribution: 'zulu'
18
19
- name: Verify plugin
20
- uses: gradle/gradle-build-action@v2.1.3
+ uses: gradle/gradle-build-action@v2.1.5
21
with:
22
arguments: runPluginVerifier
23
24
- name: Publish plugin
25
26
27
arguments: publishPlugin
28
env: # Or as an environment variable
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
uses: gradle/wrapper-validation-action@v1
concurrency:
0 commit comments