这是我的build.gradle
apply plugin: 'java'
repositories {
mavenCentral()
mavenLocal()
}
dependencies {
compile 'org.slf4j:slf4j-api:1.7.13'
compile "mysql:mysql-connector-java:5.1.38"
compile "org.springframework:spring-webmvc:4.2.4.RELEASE"
compile "org.springframework:spring-orm:4.2.4.RELEASE"
testCompile 'junit:junit:4.12'
}当我运行"gradle eclipse“时,它只是说”在根项目‘WebPrimary’中找不到任务'eclipse‘。“
有人能帮忙吗?非常感谢!!
发布于 2016-02-18 02:12:15
https://stackoverflow.com/questions/35471460
复制相似问题