Skip to content

Commit

Permalink
change config location
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly committed Dec 23, 2024
1 parent 7c18568 commit e24e7a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rewrite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
}
}
]
output_file: .m2/settings.xml
output_file: .mvn/settings.xml
- name: Show config
run: cat .mvn/settings.xml
- name: Initial Build
run: ./mvnw install -DskipTests
# - name: Hide core's main
Expand Down

0 comments on commit e24e7a8

Please sign in to comment.