mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-26 16:10:11 +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")
|
@Suppress("unused")
|
||||||
fun DependencyHandler.compileAndTestRuntime(any: Any) {
|
fun DependencyHandler.compileAndTestRuntime(any: Any) {
|
||||||
add("compileOnly", any)
|
add("compileOnly", any)
|
||||||
add("testRuntimeOnly", any)
|
add("testImplementation", any)
|
||||||
}
|
}
|
||||||
|
|
||||||
fun DependencyHandler.smartApi(
|
fun DependencyHandler.smartApi(
|
||||||
|
@ -11,5 +11,5 @@ package net.mamoe.mirai.console.gradle
|
|||||||
|
|
||||||
internal object VersionConstants {
|
internal object VersionConstants {
|
||||||
const val CONSOLE_VERSION = "1.0-RC-1" // value is written here automatically during build
|
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