aboutsummaryrefslogtreecommitdiff
path: root/build.gradle.kts
diff options
context:
space:
mode:
authornea <nea@nea.moe>2023-03-31 18:09:52 +0200
committernea <nea@nea.moe>2023-03-31 18:09:52 +0200
commit3867ee5592bada244332ebc9fe469e806b0d5a5e (patch)
tree6f6555e2906c88e8e0b593bd93bad805380b3822 /build.gradle.kts
parente43060a72c54cf9c888c334686da70354a1afe9a (diff)
downloadlibautoupdate-3867ee5592bada244332ebc9fe469e806b0d5a5e.tar.gz
libautoupdate-3867ee5592bada244332ebc9fe469e806b0d5a5e.tar.bz2
libautoupdate-3867ee5592bada244332ebc9fe469e806b0d5a5e.zip
Bump version and add case insensitive github tags
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts11
1 files changed, 1 insertions, 10 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 81439f9..e1f10e8 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
}
group = "moe.nea"
-version = "1.0.2"
+version = "1.0.3"
allprojects {
apply(plugin = "java")
@@ -73,13 +73,4 @@ publishing {
}
}
}
- repositories {
- maven("https://repo.nea.moe/releases") {
- name = "neamoeReleases"
- credentials(PasswordCredentials::class)
- authentication {
- create<BasicAuthentication>("basic")
- }
- }
- }
}