Update project id
This commit is contained in:
parent
4e1511457c
commit
2906a060ae
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ Add the Maven repository and the modImplementation to your `build.gradle`
|
||||||
|
|
||||||
```
|
```
|
||||||
maven {
|
maven {
|
||||||
url "https://git.gaycatgirl.sex/api/v4/projects/32/packages/maven"
|
url "https://git.gaycatgirl.sex/api/v4/projects/21/packages/maven"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -110,7 +110,7 @@ publishing {
|
||||||
// The repositories here will be used for publishing your artifact, not for
|
// The repositories here will be used for publishing your artifact, not for
|
||||||
// retrieving dependencies.
|
// retrieving dependencies.
|
||||||
maven {
|
maven {
|
||||||
url "https://git.gaycatgirl.sex/api/v4/projects/32/packages/maven"
|
url "https://git.gaycatgirl.sex/api/v4/projects/21/packages/maven"
|
||||||
name "GitLab"
|
name "GitLab"
|
||||||
credentials(HttpHeaderCredentials) {
|
credentials(HttpHeaderCredentials) {
|
||||||
name = "Job-Token"
|
name = "Job-Token"
|
||||||
|
|
Loading…
Add table
Reference in a new issue