added documentation for the maven

This commit is contained in:
Ellpeck 2020-02-07 14:47:18 +01:00
parent 3e60399572
commit 8ceda729fd
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ To add this project as a dependency (for using the [API](https://github.com/Ellp
``` ```
repositories { repositories {
maven { maven {
url = "https://maven.chaosfield.at" url 'https://pkgs.dev.azure.com/Ellpeck/NaturesAura/_packaging/NaturesAura/maven/v1'
} }
} }
@ -14,4 +14,4 @@ dependencies {
compile "de.ellpeck.naturesaura:NaturesAura:VERSION" compile "de.ellpeck.naturesaura:NaturesAura:VERSION"
} }
``` ```
Replace VERSION with the version you want to use. You can find a list of versions by going to the [maven artifact](https://maven.chaosfield.at/de/ellpeck/naturesaura/NaturesAura/). Replace VERSION with the version you want to use. You can find a list of versions by going to the [maven artifact](https://dev.azure.com/Ellpeck/NaturesAura/_packaging).

View file

@ -145,7 +145,7 @@ publishing {
} }
repositories { repositories {
maven { maven {
url 'https://pkgs.dev.azure.com/Ellpeck/_packaging/Ellpeck/maven/v1' url 'https://pkgs.dev.azure.com/Ellpeck/NaturesAura/_packaging/NaturesAura/maven/v1'
credentials { credentials {
username "Azure DevOps Services" username "Azure DevOps Services"
password System.getenv('ACCESS_TOKEN') password System.getenv('ACCESS_TOKEN')