reflect project rename

This commit is contained in:
Ellpeck 2020-02-07 14:56:48 +01:00
parent 8ceda729fd
commit a004fd9918
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ To add this project as a dependency (for using the [API](https://github.com/Ellp
```
repositories {
maven {
url 'https://pkgs.dev.azure.com/Ellpeck/NaturesAura/_packaging/NaturesAura/maven/v1'
url 'https://pkgs.dev.azure.com/Ellpeck/Public/_packaging/NaturesAura/maven/v1'
}
}

View file

@ -145,7 +145,7 @@ publishing {
}
repositories {
maven {
url 'https://pkgs.dev.azure.com/Ellpeck/NaturesAura/_packaging/NaturesAura/maven/v1'
url 'https://pkgs.dev.azure.com/Ellpeck/Public/_packaging/NaturesAura/maven/v1'
credentials {
username "Azure DevOps Services"
password System.getenv('ACCESS_TOKEN')