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.
我想在我的 kotlin/gradle 项目中自动执行某些架构规则。一个例子是:没有从模型包到 xyz 包的调用。或者没有从包 a、b 和 c 调用 ACL 层。
有没有办法在每次构建/部署时自动执行这些规则?
我最终基于archunit构建测试