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 acd6923 commit 65e9928Copy full SHA for 65e9928
.github/workflows/build-for-quarkus-version.yml
@@ -30,6 +30,21 @@ on:
30
description: 'Quarkus PR number to use to run a QOSDK build with'
31
type: string
32
required: true
33
+ java-version:
34
+ description: 'Java version to build with'
35
+ type: string
36
+ required: true
37
+ default: '17'
38
+ branch:
39
+ description: 'QOSDK branch to build'
40
41
42
+ default: 'main'
43
+ native-modules:
44
+ description: 'Comma-separated list of modules that should be built natively'
45
46
47
+ default: 'integration-tests,samples'
48
49
jobs:
50
build:
0 commit comments