搜索 Gradle 插件
为了确认插件删除,请输入插件ID和作者姓名
René Bühlmann
ch.ergon.adam
所有者: René Bühlmann
高级数据库迁移以迁移数据库模式
https://github.com/ergon/adam/
来源: https://github.com/ergon/adam.git
1.1.4
创建日期:2024年7月18日。
plugins { id("ch.ergon.adam") version "1.1.4" }
buildscript { repositories { maven { url = uri("https://plugins.gradle.org.cn/m2/") } } dependencies { classpath("ch.ergon.adam:gradle-plugin:1.1.4") } } apply(plugin = "ch.ergon.adam")
plugins { id "ch.ergon.adam" version "1.1.4" }
buildscript { repositories { maven { url "https://plugins.gradle.org.cn/m2/" } } dependencies { classpath "ch.ergon.adam:gradle-plugin:1.1.4" } } apply plugin: "ch.ergon.adam"
了解如何将插件应用于子项目