Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在使用 Java 8 的项目中,joda-time是项目依赖项的传递依赖项。我想在项目源代码中强制使用 ofjava time而不是。joda-time如何joda-time限制类在 gradle 项目的项目源中使用?
joda-time
java time
我还没有想出用 gradle 做到这一点的方法。但我使用 IntelliJ 的“从导入和完成中排除”功能作为解决方法。它并不能完全解决问题,但在编码时会有所帮助。我希望它是有帮助的。