tomcat 不自动下载
plugins { id 'java' } sourceCompatibility = 1.8 repositories { mavenCentral() } dependencies { testCompile group: 'junit', name: 'junit', version: '4.12' //https://mvnrepository.com/artifact/org.apache.tomcat.embed/tomcat-embed-core compile group: 'org.apache.tomcat.embed', name: 'tomcat-embed-core', version: '8.5.23' }
在向 framework下的 build.gradle添加了Tomcat时,tomcat没有自动下载?