mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-25 15:40:28 +08:00
Fix tests
This commit is contained in:
parent
7182a500f9
commit
289a82189b
@ -21,7 +21,7 @@ fun DependencyHandlerScope.ktor(id: String, version: String = Versions.ktor) = "
|
||||
@Suppress("unused")
|
||||
fun DependencyHandler.compileAndTestRuntime(any: Any) {
|
||||
add("compileOnly", any)
|
||||
add("testRuntimeOnly", any)
|
||||
add("testImplementation", any)
|
||||
}
|
||||
|
||||
fun DependencyHandler.smartApi(
|
||||
|
@ -11,5 +11,5 @@ package net.mamoe.mirai.console.gradle
|
||||
|
||||
internal object VersionConstants {
|
||||
const val CONSOLE_VERSION = "1.0-RC-1" // value is written here automatically during build
|
||||
const val CORE_VERSION = "1.3.2" // value is written here automatically during build
|
||||
const val CORE_VERSION = "1.3.3" // value is written here automatically during build
|
||||
}
|
Loading…
Reference in New Issue
Block a user