diff options
author | nea <nea@nea.moe> | 2023-05-25 01:39:13 +0200 |
---|---|---|
committer | nea <nea@nea.moe> | 2023-05-25 01:39:13 +0200 |
commit | ff7ba115ba1d417fa21a4e8cb0284b2fdcbf1021 (patch) | |
tree | b32107de61fb1bf904edc82d5a5f7a5f9b70f568 /build.gradle.kts | |
parent | f91a246e41042f35f55c7b77ff7c0a3fb67f5937 (diff) | |
download | neurepoparsing-ff7ba115ba1d417fa21a4e8cb0284b2fdcbf1021.tar.gz neurepoparsing-ff7ba115ba1d417fa21a4e8cb0284b2fdcbf1021.tar.bz2 neurepoparsing-ff7ba115ba1d417fa21a4e8cb0284b2fdcbf1021.zip |
Remove publishing data
Diffstat (limited to 'build.gradle.kts')
-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 a4b976f..0bd8f50 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -105,13 +105,4 @@ publishing { } } } - repositories { - maven("https://repo.nea.moe/releases") { - name = "neamoeReleases" - credentials(PasswordCredentials::class) - authentication { - create<BasicAuthentication>("basic") - } - } - } } |