diff --git a/build.gradle b/build.gradle index d152531..e8c12fd 100644 --- a/build.gradle +++ b/build.gradle @@ -62,6 +62,15 @@ publishing { password sonatypePassword } } + + maven { + name = "GitHubPackages" + url = uri("https://maven.pkg.github.com/KayJamLang/core") + credentials { + username = githubUsername + password = githubKey + } + } } }