mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 11:53:29 +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:
|
||||
GRADLE_USER_HOME: $(Pipeline.Workspace)/.gradle
|
||||
BUILD_NUMBER: $(Build.BuildId)
|
||||
ACCESS_TOKEN: $(System.AccessToken)
|
||||
|
||||
steps:
|
||||
- task: Cache@2
|
||||
|
|
|
@ -147,9 +147,8 @@ publishing {
|
|||
maven {
|
||||
url 'https://pkgs.dev.azure.com/Ellpeck/NaturesAura/_packaging/NaturesAura/maven/v1'
|
||||
name 'NaturesAura'
|
||||
credentials {
|
||||
username "Azure DevOps Services"
|
||||
password System.getenv("ACCESS_TOKEN")
|
||||
authentication {
|
||||
basic(BasicAuthentication)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue