We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 59354b9 + 7e27e86 commit 8466e8dCopy full SHA for 8466e8d
2 files changed
.github/workflows/maven-swag-build.yml
@@ -11,7 +11,7 @@ on:
11
java-version:
12
description: 'Java version'
13
required: false
14
- default: "17"
+ default: "21"
15
type: string
16
java-distribution:
17
description: 'Java distribution'
.github/workflows/maven-swag-deploy.yml
@@ -11,17 +11,17 @@ on:
dist-directory:
description: Directory where bundled artifacts are built
- default: "web_deploy"
+ default: "dist"
18
19
- default: "15"
20
21
22
23
24
- default: "adopt"
+ default: "temurin"
25
26
secrets:
27
server-username:
0 commit comments