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 929cca4 commit b67f273Copy full SHA for b67f273
.github/workflows/build-with-specific-quarkus-pr.yml
@@ -32,14 +32,14 @@ jobs:
32
cd quarkus
33
git fetch origin pull/${{ github.event.inputs.quarkus_pr }}/head:pr-to-check
34
git switch pr-to-check
35
- mvn versions:set -DnewVersion=999.${{ github.event.inputs.quarkus_pr }}-SNAPSHOT versions:commit
+# mvn versions:set -DnewVersion=999.${{ github.event.inputs.quarkus_pr }}-SNAPSHOT versions:commit
36
mvn -Dquickly
37
38
39
build-with-quarkus-version:
40
uses: ./.github/workflows/build-for-quarkus-version.yml
41
with:
42
- quarkus-version: 999.${{ github.event.inputs.quarkus_pr }}-SNAPSHOT
+ quarkus-version: 999-SNAPSHOT
43
java-version: 17
44
branch: ${{ github.event.inputs.branch }}
45
native-modules: "samples,integration-tests"
0 commit comments