Update project id

This commit is contained in:
Evie Viau-Chow-Stuart 2023-07-13 22:51:33 -04:00
parent 4e1511457c
commit 2906a060ae
Signed by: evie
GPG key ID: 928652CDFCEC8099
2 changed files with 2 additions and 2 deletions

View file

@ -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"
}
```

View file

@ -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"