mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-26 05:08:34 +01:00
what am I even doing anymore
This commit is contained in:
parent
aa6e82e53b
commit
b77ebd31b5
2 changed files with 2 additions and 4 deletions
|
@ -12,7 +12,6 @@ pool:
|
||||||
variables:
|
variables:
|
||||||
GRADLE_USER_HOME: $(Pipeline.Workspace)/.gradle
|
GRADLE_USER_HOME: $(Pipeline.Workspace)/.gradle
|
||||||
BUILD_NUMBER: $(Build.BuildId)
|
BUILD_NUMBER: $(Build.BuildId)
|
||||||
ACCESS_TOKEN: $(System.AccessToken)
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- task: Cache@2
|
- task: Cache@2
|
||||||
|
|
|
@ -147,9 +147,8 @@ publishing {
|
||||||
maven {
|
maven {
|
||||||
url 'https://pkgs.dev.azure.com/Ellpeck/NaturesAura/_packaging/NaturesAura/maven/v1'
|
url 'https://pkgs.dev.azure.com/Ellpeck/NaturesAura/_packaging/NaturesAura/maven/v1'
|
||||||
name 'NaturesAura'
|
name 'NaturesAura'
|
||||||
credentials {
|
authentication {
|
||||||
username "Azure DevOps Services"
|
basic(BasicAuthentication)
|
||||||
password System.getenv("ACCESS_TOKEN")
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue