Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 55b66ece authored by Abhishek Aggarwal's avatar Abhishek Aggarwal
Browse files

privacymoduletrackerfilter: change project id

parent 55f8c2d0
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ dependencyResolutionManagement {
        def ciApiV4Url = System.getenv("CI_API_V4_URL")
        if (ciJobToken != null) {
            maven {
                url "${ciApiV4Url}/groups/13662/-/packages/maven"
                url "${ciApiV4Url}/groups/9/-/packages/maven"
                name "GitLab"
                credentials(HttpHeaderCredentials) {
                    name = 'Job-Token'
@@ -21,7 +21,7 @@ dependencyResolutionManagement {
            }
        } else {
            maven {
                url "https://gitlab.e.foundation/api/v4/groups/13662/-/packages/maven"
                url "https://gitlab.e.foundation/api/v4/groups/9/-/packages/maven"
                name "GitLab"
                credentials(HttpHeaderCredentials) {
                    name = 'Private-Token'