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