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 24f1251 commit fa0ea84Copy full SHA for fa0ea84
.github/workflows/ci-build.yml
@@ -15,5 +15,5 @@ jobs:
15
with:
16
distribution: temurin
17
java-version: 17
18
- - uses: gradle/actions/setup-gradle@v4
+ - uses: gradle/actions/setup-gradle@v5
19
- run: "./gradlew build"
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
13
14
- run: "./gradlew publishAllPublicationsToCentralPortal -Psign=true"
env:
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
0 commit comments