Skip to content

Commit

Permalink
Update maven-reset.yml
Browse files Browse the repository at this point in the history
replace install:install with dependency:resolve to mitigate build error
  • Loading branch information
AtesComp authored Nov 27, 2024
1 parent 0852cff commit 4321d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-reset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
- name: Reset Maven Dependencies
run: mvn dependency:purge-local-repository
- name: Reload Maven Dependencies
run: mvn clean install:install -U
run: mvn clean dependency:resolve -U
- name: Build with Maven
run: mvn -B package --file pom.xml

0 comments on commit 4321d6b

Please sign in to comment.