We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76b2317 commit 4b9313cCopy full SHA for 4b9313c
1 file changed
.github/workflows/maven.yml
@@ -42,7 +42,7 @@ jobs:
42
if: ${{ inputs.release == false }}
43
shell: bash
44
run: |
45
- ./gradlew publish -Ptoolchain=21 ${{ inputs.gradle-args }}
+ ./gradlew publish -Ptoolchain=25 ${{ inputs.gradle-args }}
46
env:
47
MAVEN_USER: ${{ secrets.MAVEN_USER }}
48
MAVEN_PASS: ${{ secrets.MAVEN_PASS }}
0 commit comments