feat: add auto script to deploy bot on mcsm

This commit is contained in:
2024-09-14 23:10:34 +08:00
parent 97ca10ae3e
commit 48c82a5c24
6 files changed
+272

No files matched your search

+12
View File
@@ -0,0 +1,12 @@
plugins {
kotlin("jvm") version "2.0.10"
}
repositories {
mavenCentral()
}
dependencies {
implementation("com.squareup.okhttp3:okhttp:5.0.0-alpha.14")
implementation("com.google.code.gson:gson:2.11.0")
}