Skip to content

Instantly share code, notes, and snippets.

@alibahaaa
Created June 15, 2024 08:20
Show Gist options
  • Save alibahaaa/8b78f33af7a9d5473a0c59ffcd83e240 to your computer and use it in GitHub Desktop.
Save alibahaaa/8b78f33af7a9d5473a0c59ffcd83e240 to your computer and use it in GitHub Desktop.
publishing {
repositories {
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/alibahaaa/km")
credentials {
username = "github_user_name"
password = "github_token"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment