Skip to content

Commit

Permalink
remove package-phase from populate-cache-job
Browse files Browse the repository at this point in the history
  • Loading branch information
Louisa Frison authored and turing85 committed Mar 12, 2023
1 parent 6c78c8c commit b69754c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,17 +112,12 @@ jobs:
cache: 'maven'
id: setup

# TODO: remove the "package" phase, as well as "-DskipTests" and "-Dno-format" from the maven build when
# https://github.com/quarkusio/quarkus/pull/31092 is merged and released (probably 3.0.0)
- name: Populate Maven Cache
id: populate
if: ${{ steps.setup.outputs.cache-hit != 'true' }}
run: |
./mvnw \
--batch-mode \
--define skipTests \
--define no-format \
package \
quarkus:go-offline \
de.qaware.maven:go-offline-maven-plugin:resolve-dependencies
Expand Down

0 comments on commit b69754c

Please sign in to comment.