mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 11:53:29 +01:00
reflect project rename
This commit is contained in:
parent
8ceda729fd
commit
a004fd9918
2 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue