mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 19:58:34 +01:00
added documentation for the maven
This commit is contained in:
parent
3e60399572
commit
8ceda729fd
2 changed files with 3 additions and 3 deletions
|
@ -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).
|
|
@ -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')
|
||||||
|
|
Loading…
Reference in a new issue