提交 b7847eb9 编写于 作者: J Justin Ryan

Fixing transitive-ness of provided

上级 36e5b8f5
...@@ -57,8 +57,8 @@ subprojects { project -> ...@@ -57,8 +57,8 @@ subprojects { project ->
configurations { configurations {
provided { provided {
description = 'much like compile, but indicates you expect the JDK or a container to provide it. It is only available on the compilation classpath, and is not transitive.' description = 'much like compile, but indicates you expect the JDK or a container to provide it. It is only available on the compilation classpath, and is not transitive.'
transitive = false transitive = true
visible = false visible = true
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册