Skip to content

Commit

Permalink
Add private repo settings
Browse files Browse the repository at this point in the history
  • Loading branch information
k-jamroz committed Oct 10, 2024
1 parent 1e71e62 commit da040dc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions java/settings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<settings>
<servers>
<server>
<id>snapshot-internal</id>
<username>${env.HZ_SNAPSHOT_INTERNAL_USERNAME}</username>
<password>${env.HZ_SNAPSHOT_INTERNAL_PASSWORD}</password>
</server>
</servers>
</settings>

0 comments on commit da040dc

Please sign in to comment.