Skip to content

Commit f3ce5ee

Browse files
committed
ci: use central repository
1 parent 51a69c9 commit f3ce5ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v3
1919

20+
- name: Set env
21+
run: echo "MAVEN_REPOSITORY=CENTRAL" >> $GITHUB_ENV
22+
2023
- uses: actions/setup-java@v3
2124
with:
2225
distribution: zulu

0 commit comments

Comments
 (0)