2024-08-30 14:24:46 +08:00
|
|
|
[versions]
|
|
|
|
|
kotlinVersion = "2.0.10"
|
2024-09-25 16:14:57 +08:00
|
|
|
ronebotVersion = "1.10.2"
|
2024-08-30 14:24:46 +08:00
|
|
|
shadowVersion = "8.3.0"
|
|
|
|
|
okhttpVersion = "5.0.0-alpha.14"
|
2024-08-30 18:08:14 +08:00
|
|
|
exposedVersion = "0.53.0"
|
|
|
|
|
sqliteJDBCVersion = "3.46.1.0"
|
2024-09-03 16:15:26 +08:00
|
|
|
motdPingerVersion = "1.0.1"
|
2024-09-12 15:47:09 +08:00
|
|
|
animatedGifLibVersion = "1.4"
|
2024-09-17 22:37:42 +08:00
|
|
|
simpleJavaMailVersion = "8.11.3"
|
2024-09-19 22:34:40 +08:00
|
|
|
jsoupVersion = "1.18.1"
|
2024-09-21 14:12:08 +08:00
|
|
|
nashornVersion = "15.4"
|
2024-08-30 14:24:46 +08:00
|
|
|
|
|
|
|
|
[libraries]
|
|
|
|
|
rOneBot = { group = "cn.rtast", name = "ROneBot", version.ref = "ronebotVersion" }
|
2024-09-04 20:01:09 +08:00
|
|
|
motdPinger = { group = "cn.rtast", name = "MotdPinger", version.ref = "motdPingerVersion" }
|
2024-08-30 14:24:46 +08:00
|
|
|
okhttp = { group = "com.squareup.okhttp3", name = "okhttp", version.ref = "okhttpVersion" }
|
2024-08-30 18:08:14 +08:00
|
|
|
exposedCore = { group = "org.jetbrains.exposed", name = "exposed-core", version.ref = "exposedVersion" }
|
|
|
|
|
exposedJDBC = { group = "org.jetbrains.exposed", name = "exposed-jdbc", version.ref = "exposedVersion" }
|
|
|
|
|
sqliteJDBC = { group = "org.xerial", name = "sqlite-jdbc", version.ref = "sqliteJDBCVersion" }
|
2024-09-12 15:47:09 +08:00
|
|
|
animated-gif-lib = { group = "com.madgag", name = "animated-gif-lib", version.ref = "animatedGifLibVersion" }
|
2024-09-18 16:52:28 +08:00
|
|
|
simple-java-mail = { group = "org.simplejavamail", name = "simple-java-mail", version.ref = "simpleJavaMailVersion" }
|
2024-09-19 22:34:40 +08:00
|
|
|
jsoup = { group = "org.jsoup", name = "jsoup", version.ref = "jsoupVersion" }
|
2024-09-21 14:12:08 +08:00
|
|
|
nashorn-core = { group = "org.openjdk.nashorn", name = "nashorn-core", version.ref = "nashornVersion" }
|
2024-08-30 14:24:46 +08:00
|
|
|
|
|
|
|
|
[bundles]
|
|
|
|
|
|
|
|
|
|
[plugins]
|
|
|
|
|
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlinVersion" }
|
|
|
|
|
shadow = { id = "com.gradleup.shadow", version.ref = "shadowVersion" }
|