Skip to content

Commit

Permalink
Fix building
Browse files Browse the repository at this point in the history
  • Loading branch information
iiAhmedYT committed Aug 14, 2024
1 parent 3cddba7 commit 93435bc
Showing 1 changed file with 3 additions and 23 deletions.
26 changes: 3 additions & 23 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,33 +35,13 @@ repositories {
name = "papi-repo"
url = "https://repo.extendedclip.com/content/repositories/placeholderapi/"
}
maven {
name = "devmart-other"
url = "https://nexuslite.gcnt.net/repos/other/"
}
maven {
name = "redempt.dev"
url = "https://redempt.dev"
}
}

publishing {
repositories {
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/itsme-to/ItsMyConfig")

credentials {
username = project.findProperty("gpr.user") ?: System.getenv("GITHUB_ACTOR")
password = project.findProperty("gpr.key") ?: System.getenv("GITHUB_TOKEN")
}
}
}

publications {
gpr(MavenPublication) {
from(components.java)
}
maven {
name = "devmart-other"
url = "https://nexuslite.gcnt.net/repos/other/"
}
}

Expand Down

0 comments on commit 93435bc

Please sign in to comment.