diff options
author | nea <nea@nea.moe> | 2023-03-23 16:31:05 +0100 |
---|---|---|
committer | nea <nea@nea.moe> | 2023-03-23 16:31:05 +0100 |
commit | b1183d8e043bd9fca5b077c3335247a2680bbdb9 (patch) | |
tree | 32fb4b47cdccc6e9092ffdaeac032184fc159ce3 | |
parent | dbf5b7e80c74f9ecefddc76b290f4a860ab4a6a1 (diff) | |
download | neuhax-b1183d8e043bd9fca5b077c3335247a2680bbdb9.tar.gz neuhax-b1183d8e043bd9fca5b077c3335247a2680bbdb9.tar.bz2 neuhax-b1183d8e043bd9fca5b077c3335247a2680bbdb9.zip |
Remove publishing repository
-rw-r--r-- | build.gradle.kts | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 37cf2c9..600441f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -173,15 +173,6 @@ publishing { } } } - repositories { - maven("https://repo.nea.moe/releases") { - name = "neamoeReleases" - credentials(PasswordCredentials::class) - authentication { - create<BasicAuthentication>("basic") - } - } - } } signing { |