aboutsummaryrefslogtreecommitdiff
path: root/build.gradle.kts
diff options
context:
space:
mode:
authornea <nea@nea.moe>2023-05-25 01:39:13 +0200
committernea <nea@nea.moe>2023-05-25 01:39:13 +0200
commitff7ba115ba1d417fa21a4e8cb0284b2fdcbf1021 (patch)
treeb32107de61fb1bf904edc82d5a5f7a5f9b70f568 /build.gradle.kts
parentf91a246e41042f35f55c7b77ff7c0a3fb67f5937 (diff)
downloadneurepoparsing-ff7ba115ba1d417fa21a4e8cb0284b2fdcbf1021.tar.gz
neurepoparsing-ff7ba115ba1d417fa21a4e8cb0284b2fdcbf1021.tar.bz2
neurepoparsing-ff7ba115ba1d417fa21a4e8cb0284b2fdcbf1021.zip
Remove publishing data
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts9
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")
- }
- }
- }
}