这是我的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" 它只是说"任务' eclipse'在根项目' WebPrimary'"
中找不到 任何人都可以帮忙吗?非常感谢!!