com.huanshankeji.benchmark.kotlinx-benchmark-jvm-conventions
所有者: Shreck Ye
应用 khảo sát gradle 和 `allopen` 插件,添加 kotlinx-benchmark 依赖项,并注册一个独立的 `benchmarks` 源集,默认情况下依赖于 `main`。
https://github.com/huanshankeji/gradle-common
源码: https://github.com/huanshankeji/gradle-common.git
版本 0.5.1 (最新版本)
0.5.1
创建时间:2024年3月15日。
应用 khảo sát gradle 和 `allopen` 插件,添加 kotlinx-benchmark 依赖项,并注册一个独立的 `benchmarks` 源集,默认情况下依赖于 `main`。
使用 plugins DSL
plugins {
id("com.huanshankeji.benchmark.kotlinx-benchmark-jvm-conventions") version "0.5.1"
}
使用 旧插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("com.huanshankeji:kotlin-common-gradle-plugins:0.5.1")
}
}
apply(plugin = "com.huanshankeji.benchmark.kotlinx-benchmark-jvm-conventions")
使用 plugins DSL
plugins {
id "com.huanshankeji.benchmark.kotlinx-benchmark-jvm-conventions" version "0.5.1"
}
使用 旧插件应用
buildscript {
repositories {
maven {
url "https://plugins.gradle.org.cn/m2/"
}
}
dependencies {
classpath "com.huanshankeji:kotlin-common-gradle-plugins:0.5.1"
}
}
apply plugin: "com.huanshankeji.benchmark.kotlinx-benchmark-jvm-conventions"