com.github.michaelruocco
所有者: Michael Ruocco
一个使测试中运行嵌入式MySQL成为可能的Gradle插件
https://github.com/michaelruocco/embedded-mysql-plugin
来源: https://github.com/michaelruocco/embedded-mysql-plugin.git
版本 2.1.5(最新版本)
2.1.5
创建于2017年4月25日。
一个使测试中运行嵌入式MySQL成为可能的Gradle插件
使用插件DSL
plugins {
id("com.github.michaelruocco") version "2.1.5"
}
使用旧的插件应用程序
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.com.github.michaelruocco:embedded-mysql-plugin:2.1.5")
}
}
apply(plugin = "com.github.michaelruocco")