我的常春藤模式如下:
artifact '[organisation]/[module]/[schema]/[type]/[revision]/[module]-[revision].[ext]'
尝试传递依赖性,如下所示:
compile group:"development", name:"integration", schema:"11", type: "oracle", version: "1.1"
收到错误:
Error:(51, 0) No such property: schema for class: org.gradle.api.internal.artifacts.dependencies.DefaultExternalModuleDependency_Decorated
如何为架构和类型传递gradle依赖项。