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 52a61f4 commit 60c5b1aCopy full SHA for 60c5b1a
.github/workflows/ci-build.yml
@@ -21,5 +21,5 @@ jobs:
21
distribution: temurin
22
java-version: 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
16
17
18
19
- run: "./gradlew :publishPlugin --no-configuration-cache"
20
env:
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
0 commit comments