Skip to content

Commit

Permalink
Eternal repository now working :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rollczi committed Mar 12, 2022
1 parent 394daaa commit f08773e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ Helpful links:
- [Support Discord](https://discord.gg/6cUhkj6uZJ)
- [GitHub issues](https://github.com/Rollczi/LiteSkullAPI/issues)

### Minecodes Repository (Maven or Gradle) ❤️
### Eternal Repository (Maven or Gradle) ❤️
```xml
<repository>
<id>minecodes-repository</id>
<url>https://repository.minecodes.pl/releases</url>
<id>eternal-repository</id>
<url>https://repo.eternalcode.pl/releases</url>
</repository>
```
```groovy
maven { url "https://repository.minecodes.pl/releases" }
maven { url "https://repo.eternalcode.pl/releases" }
```
### Dependencies (Maven or Gradle)
Framework Core
Expand Down

0 comments on commit f08773e

Please sign in to comment.