Skip to content

Commit

Permalink
build: disable GitHub repo
Browse files Browse the repository at this point in the history
  • Loading branch information
manticore-projects committed Dec 13, 2023
1 parent 0036faf commit ba16a06
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -269,12 +269,12 @@ publishing {
url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
credentials(PasswordCredentials)
}
maven {
name = "GitHubPackages"

url = uri("https://maven.pkg.github.com/manticore-projects/h2migrationtool")
credentials(PasswordCredentials)
}
// maven {
// name = "GitHubPackages"
//
// url = uri("https://maven.pkg.github.com/manticore-projects/h2migrationtool")
// credentials(PasswordCredentials)
// }
}
}

Expand Down

0 comments on commit ba16a06

Please sign in to comment.