We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1083c8d commit 47f4f7dCopy full SHA for 47f4f7d
build.gradle
@@ -17,7 +17,7 @@ publishing {
17
repositories {
18
maven {
19
name = "GitHubPackages"
20
- url = "https://maven.pkg.github.com/octocat/hello-world"
+ url = "https://maven.pkg.github.com/Menecats/polybool-java"
21
credentials {
22
username = System.getenv("GITHUB_ACTOR")
23
password = System.getenv("GITHUB_TOKEN")
0 commit comments