Skip to content

Commit

Permalink
fix: CircleCI build
Browse files Browse the repository at this point in the history
Seems that CircleCI Maven Orb insists on settings.xml.
  • Loading branch information
zregvart committed Jul 21, 2019
1 parent 6c26cbf commit c662c0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
maven: circleci/[email protected].8
maven: circleci/[email protected].9

workflows:
Build:
Expand Down
2 changes: 2 additions & 0 deletions settings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<settings />

0 comments on commit c662c0a

Please sign in to comment.