Skip to content

Commit

Permalink
disable github packages publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
deirn authored Aug 4, 2024
1 parent e63934f commit 1181930
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@ subprojects {

publishing {
repositories {
maven {
url = uri("https://maven.pkg.github.com/badasintended/wthit")
name = "GitHub"
credentials {
username = env["GITHUB_ACTOR"]
password = env["GITHUB_TOKEN"]
}
}
// maven {
// url = uri("https://maven.pkg.github.com/badasintended/wthit")
// name = "GitHub"
// credentials {
// username = env["GITHUB_ACTOR"]
// password = env["GITHUB_TOKEN"]
// }
// }

maven {
url = uri("https://maven4.bai.lol")
Expand Down

0 comments on commit 1181930

Please sign in to comment.