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.
1 parent 0fbc2f5 commit 1faa6baCopy full SHA for 1faa6ba
.github/workflows/ci-build.yml
@@ -21,5 +21,5 @@ jobs:
21
11
22
17
23
- name: Set up Gradle
24
- uses: gradle/actions/setup-gradle@v4
+ uses: gradle/actions/setup-gradle@v5
25
- run: "./gradlew build"
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
distribution: temurin
16
java-version: 17
18
19
- run: "./gradlew :publishPlugin --no-configuration-cache"
20
env:
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
0 commit comments