2016-02-18 54 views
0

,這裏是我的build.gradlegradle這個建立成功,但不依賴被下載

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這個月食」 它只是說,「任務‘月食’在根項目未找到‘WebPrimary’」

任何人都可以提供幫助嗎?非常感謝!!

回答