Skip to content

Commit 935c9cf

Browse files
authored
README: Advise to use "requires transitive" in module-info.java
[skip ci] Signed-off-by: ascopes <73482956+ascopes@users.noreply.github.com>
1 parent acce17f commit 935c9cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ to add a requirement for this module like so:
123123
```java
124124
open module my.tests {
125125
...
126-
requires io.github.ascopes.jct;
126+
requires transitive io.github.ascopes.jct;
127127
...
128128
}
129129
```

0 commit comments

Comments
 (0)