mirror of
https://github.com/LamGC/ScalaBot.git
synced 2025-07-01 21:07:23 +00:00
feat(extension): 初步添加一些工具方法.
添加 AbilityBots 类, 向开发者提供一些"工具"方法, 该方法将有助于插件的功能开发.
This commit is contained in:
@ -10,8 +10,9 @@ dependencies {
|
||||
api("org.telegram:telegrambots-abilities:6.0.1")
|
||||
api("org.slf4j:slf4j-api:1.7.36")
|
||||
|
||||
// There is nothing to test.
|
||||
// testImplementation(kotlin("test"))
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
|
||||
testImplementation("org.mockito:mockito-core:4.4.0")
|
||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
|
||||
}
|
||||
|
||||
tasks.withType<Javadoc> {
|
||||
|
Reference in New Issue
Block a user