Skip to content

Commit

Permalink
Avoid using deprecated properties in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartisk committed Jan 8, 2025
1 parent 6d9e98d commit e07319d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
distribution: temurin
cache: maven
- name: Build
run: ./mvnw -B clean verify -Dquarkus.package.type=uber-jar -Dquarkus.package.add-runner-suffix=false
run: ./mvnw -B clean verify -Dquarkus.package.jar.type=uber-jar -Dquarkus.package.jar.add-runner-suffix=false

0 comments on commit e07319d

Please sign in to comment.