IDEA报错Target level '1.6' is incompatible with source level '1.7'
解决IDEA 编译级别
Error:java: Target level '1.6' is incompatible with source level '1.7'. A target level '1.7' or better is required
打开之后发现有一个编译级别设置的不对
更改如...
Failure to transfer org.apache.maven:maven-artifact:pom:2.0.6 from http://repo.maven.apache.org/maven2 was cached in the local repository, resolution...
文章heisenberg_zhe
2018-03-27
1002浏览量
IDEA源代码阅读环境搭建
下载源代码
打开IntelliJ IDEA 后,在菜单栏中选择 VCS→Check out from Version Control→Git,之后在 Git Repository URL 中填入 Spark 项目的地址,并指定好本地路径,如下图所示:
点击该窗口中的的 Clone 后,开始从 ...
Failure to transfer org.apache.maven:maven-artifact:pom:2.0.6 from http://repo.maven.apache.org/maven2 was cached in the local repository, resolution...