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 85d8f96 commit 4d8e67fCopy full SHA for 4d8e67f
.github/workflows/ci-build.yml
@@ -12,5 +12,5 @@ jobs:
12
distribution: temurin
13
java-version: 11
14
- name: Set up Gradle
15
- uses: gradle/gradle-build-action@v2.8.0
+ uses: gradle/gradle-build-action@v2.9.0
16
- run: "./gradlew build"
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
17
18
19
- run: "./gradlew :publishPlugin --no-configuration-cache"
20
env:
21
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
0 commit comments