Skip to content

Commit 69e4c57

Browse files
authored
Update Maven repository URL in build.gradle.kts
1 parent cbd6320 commit 69e4c57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ publishing {
5858
repositories {
5959
maven {
6060
name = "GitHubPackages"
61-
url = uri("https://maven.pkg.github.com/apdevteam/movecraft-coreprotect")
61+
url = uri("https://maven.pkg.github.com/apdevteam/ap-tweaks")
6262
credentials {
6363
username = System.getenv("GITHUB_ACTOR")
6464
password = System.getenv("GITHUB_TOKEN")

0 commit comments

Comments
 (0)