Skip to content

Commit b7847eb

Browse files
author
Justin Ryan
committed
Fixing transitive-ness of provided
1 parent 36e5b8f commit b7847eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/convention.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ subprojects { project ->
5757
configurations {
5858
provided {
5959
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.'
60-
transitive = false
61-
visible = false
60+
transitive = true
61+
visible = true
6262
}
6363
}
6464

0 commit comments

Comments
 (0)