com.github.erizo.gradle.jcstress
所有者: Jerzy Krolak
Jcstress gradle 插件
https://github.com/jerzykrlk/jcstress-gradle-plugin
源代码: https://github.com/jerzykrlk/jcstress-gradle-plugin
使用 插件 DSL
plugins {
id("com.github.erizo.gradle.jcstress") version "0.8.8"
}
使用 旧版插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("com.github.erizo.gradle:jcstress-gradle-plugin:0.8.8")
}
}
apply(plugin = "com.github.erizo.gradle.jcstress")