我知道我应该跟我一起工作build.gradle和init.gradle文件,但我不知道写什么或如何指向与我的项目文件夹中pom.xml的文件.
由于此错误,我的构建失败:
评估项目':DBSupport'时出现问题.>无法在项目':DBSupport'上为参数[project':Core:Platform']找到方法providedCompile().
知道这意味着什么吗?
description = 'DBSupport main component of DBSupportTool'
dependencies {
providedCompile project(':Core:Platform')
providedCompile project(':Core:Verification')
providedCompile project(':DBSupportWeb')
providedCompile project(':DBSupportEJB')
compile(group: 'commons-lang', name: 'commons-lang', version:'1.0.1') {
/* This dependency was originally in the Maven provided scope, but the project was not of type war.
This behavior is not yet supported by Gradle, so this dependency has been converted to a compile dependency.
Please review and delete this closure when resolved. */
}
compile(group: 'commons-logging', name: 'commons-logging', version:'1.0.4') {
/* This …Run Code Online (Sandbox Code Playgroud)