mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-05 04:49:10 +01:00
use the right url
This commit is contained in:
parent
c888c3581e
commit
82d094087a
1 changed files with 2 additions and 1 deletions
|
@ -145,7 +145,8 @@ publishing {
|
||||||
}
|
}
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
maven {
|
||||||
url 'https://pkgs.dev.azure.com/Ellpeck/_packaging/NaturesAura'
|
url 'https://pkgs.dev.azure.com/Ellpeck/NaturesAura/_packaging/NaturesAura/maven/v1'
|
||||||
|
name 'NaturesAura'
|
||||||
credentials {
|
credentials {
|
||||||
username "Azure DevOps Services"
|
username "Azure DevOps Services"
|
||||||
password System.getenv("Azure DevOps Services_ENV_ACCESS_TOKEN")
|
password System.getenv("Azure DevOps Services_ENV_ACCESS_TOKEN")
|
||||||
|
|
Loading…
Reference in a new issue