diff --git a/build.gradle b/build.gradle index 7e9d859..b0aa5ce 100644 --- a/build.gradle +++ b/build.gradle @@ -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) +// } } }