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 c009df8 commit b0df56dCopy full SHA for b0df56d
.github/workflows/maven-deploy.yml
@@ -9,13 +9,13 @@ on:
9
maven-version:
10
description: 'The Maven version used during build job'
11
required: false
12
- default: '3.9.6'
+ default: '3.9.9'
13
type: string
14
15
jdk-version:
16
description: 'jdk version for build'
17
18
- default: '17'
+ default: '21'
19
20
21
jdk-distribution:
@@ -70,4 +70,4 @@ jobs:
70
run: ./mvnw -e -B -V deploy -DskipTests
71
env:
72
MAVEN_DEPLOY_UID: ${{ secrets.MAVEN_DEPLOY_UID }}
73
- MAVEN_DEPLOY_PWD: ${{ secrets.MAVEN_DEPLOY_PWD }}
+ MAVEN_DEPLOY_PWD: ${{ secrets.MAVEN_DEPLOY_PWD }}
0 commit comments