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 1a89818 commit 0c99da1Copy full SHA for 0c99da1
.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.11.1
+ uses: gradle/gradle-build-action@v2.12.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