error: warnings found and -Werror specified 解决

  • Post author:
  • Post category:其他


搭建Spring源码阅读环境,在启动时会报错:

Spring是5.3.x版本的

* What went wrong:

Execution failed for task ‘:spring-core:compileJava’.

> Compilation failed; see the compiler error output for details.


解决方式:


在Spring全局搜索-Werror的关键字,

1.将配置里面的注释掉。

2.将List中的“-Werror”删除掉



版权声明:本文为sinat_36203404原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。