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 b70518f commit 10943a5Copy full SHA for 10943a5
.github/workflows/maven-ref.yml
@@ -12,12 +12,12 @@ jobs:
12
maven_version:
13
uses: sfuhrm/github_workflows/.github/workflows/maven-expression.yml@main
14
with:
15
- java_version: 17
+ java_version: 21
16
expression: project.version
17
call-workflow-passing-data:
18
needs: maven_version
19
uses: sfuhrm/github_workflows/.github/workflows/maven.yml@main
20
21
- java_version: "[\"11\", \"17\", \"18\"]"
+ java_version: "[\"11\", \"17\", \"21\"]"
22
artifact_name: build
23
artifact_path: geneticalgorithm/target/geneticalgorithm-${{ needs.maven_version.outputs.expression_value }}.jar
0 commit comments