Skip to content

Commit 09bc2b7

Browse files
committed
Update README with more links
1 parent e494067 commit 09bc2b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ If you plan to build Java Modules with Gradle, you should consider using these p
2121
[Here is a sample](https://github.com/jjohannes/java-module-testing/tree/main/samples/use-all-java-module-plugins)
2222
that shows all plugins in combination.
2323

24+
[Full Java Module System Project Setup](https://github.com/jjohannes/gradle-project-setup-howto/tree/java_module_system) is a full-fledged Java Module System project setup using these plugins.
25+
[<img src="https://onepiecesoftware.github.io/img/videos/15-3.png" width="260">](https://www.youtube.com/watch?v=uRieSnovlVc&list=PLWQK2ZdV4Yl2k2OmC_gsjDpdIBTN0qqkE)
26+
2427
# How to use?
2528

2629
For a quick start, you can find some samples here:
@@ -109,6 +112,3 @@ Changes for test runtime (`:test`):
109112
- Now, the main and test classes are both used as locations for test discovery.
110113
By this, Gradle will find the `moudle-info.class` of the main module for the tests.
111114
Using `--patch-module`, _main classes_, _main resources_, _test classes_, and _test resources_ folders are all merged to be treated as one module during test runtime.
112-
113-
114-

0 commit comments

Comments
 (0)