uppercases in URL are not supported.

This commit is contained in:
Nick Minkler (Sleaker) 2020-08-02 14:22:48 -07:00
parent ac7a0029b6
commit 8c201fae74
2 changed files with 8 additions and 2 deletions

View File

@ -11,10 +11,16 @@
<profile>
<id>github</id>
<repositories>
<repository>
<id>central</id>
<url>https://repo1.maven.org/maven2</url>
<releases><enabled>true</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</repository>
<repository>
<id>github</id>
<name>GitHub Maven Packages</name>
<url>https://maven.pkg.github.com/MilkBowl/github-release/</url>
<url>https://maven.pkg.github.com/milkbowl/github-releases</url>
</repository>
</repositories>
</profile>

View File

@ -50,7 +50,7 @@ Vault currently supports the following: Permissions 3, PEX, GroupManager, bPerms
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/Milkbowl/github-release/</url>
<url>https://maven.pkg.github.com/milkbowl/github-releases</url>
</repository>
</distributionManagement>