Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
⏪ remove maven setting
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouhao committed Apr 21, 2023
1 parent ef97fd0 commit 965b627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: Build the docker-compose for Database
run: docker compose -f docker-compose.yml up -d
- name: Build with Maven
run: mvn -B package --file pom.xml -s maven-settings.xml
run: mvn -B package --file pom.xml

0 comments on commit 965b627

Please sign in to comment.