Skip to content

Commit

Permalink
Updated starter to cache maven deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemoralespou committed Jul 12, 2024
1 parent 6d4cc8e commit 9936f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-maven-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
shell: bash
run: |
mkdir -p demo
curl --silent --fail https://start.spring.io/starter.tgz -d dependencies=webflux,actuator -d javaVersion=17 | tar -C demo -xzvf -
curl --silent --fail https://start.spring.io/starter.tgz -d type=maven-project -d dependencies=webflux,actuator -d javaVersion=17 | tar -C demo -xzvf -
- name: Generate dependencies
shell: bash
Expand Down

0 comments on commit 9936f4a

Please sign in to comment.