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 {
|
||||
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
|
||||
// retrieving dependencies.
|
||||
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"
|
||||
credentials(HttpHeaderCredentials) {
|
||||
name = "Job-Token"
|
||||
|
|
Loading…
Add table
Reference in a new issue