Commit b5f41cdb by 杨清松

更改元数据文件目录

parent 310ffca1
dependencies {
compile "com.beecode:inz.workflow:${inzVersion}"
}
jar {
archiveName = "inz.workflow.metadata_1.0.0.SNAPSHOT.jma"
}
\ No newline at end of file
rootProject.name = "inz.workflow.metadata"
\ No newline at end of file
rootProject.name = "inz-metadata"
includeBuild("../backend") {
dependencySubstitution {
substitute module('com.beecode:xyst.dinas.oa') with project(':xyst.dinas.oa')
substitute module('com.beecode:inz.workflow') with project(':inz.workflow')
}
}
include "xyst.dinas.oa.metadata"
include "inz.workflow.metadata"
dependencies {
compile "com.beecode:xyst.dinas.oa:${inzVersion}"
}
jar {
archiveName = "xyst.dinas.oa.metadata_1.0.0.SNAPSHOT.jma"
}
\ No newline at end of file
rootProject.name = "xyst.dinas.oa.metadata"
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment