feat: add auto script to deploy bot on mcsm
This commit is contained in:
6 files changed
+272
No files matched your search
@@ -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")
|
||||
}
|
||||
Reference in New Issue
Block a user