mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 19:58:34 +01:00
actually use the Ellpeck feed because project-scoped feeds are a bit bleh
This commit is contained in:
parent
c1b5b6315c
commit
3e60399572
1 changed files with 1 additions and 2 deletions
|
@ -145,8 +145,7 @@ publishing {
|
|||
}
|
||||
repositories {
|
||||
maven {
|
||||
url 'https://pkgs.dev.azure.com/Ellpeck/NaturesAura/_packaging/NaturesAura/maven/v1'
|
||||
name 'NaturesAura'
|
||||
url 'https://pkgs.dev.azure.com/Ellpeck/_packaging/Ellpeck/maven/v1'
|
||||
credentials {
|
||||
username "Azure DevOps Services"
|
||||
password System.getenv('ACCESS_TOKEN')
|
||||
|
|
Loading…
Reference in a new issue