use the right url

This commit is contained in:
Ellpeck 2020-02-07 13:29:28 +01:00
parent c888c3581e
commit 82d094087a

View file

@ -145,7 +145,8 @@ publishing {
}
repositories {
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 {
username "Azure DevOps Services"
password System.getenv("Azure DevOps Services_ENV_ACCESS_TOKEN")