Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
levkopo committed Feb 24, 2021
1 parent b8bf313 commit cdd4caa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,15 @@ publishing {
password sonatypePassword
}
}

maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/KayJamLang/core")
credentials {
username = githubUsername
password = githubKey
}
}
}
}

Expand Down

0 comments on commit cdd4caa

Please sign in to comment.