Skip to content

Commit 53e3e93

Browse files
committed
Update README with more links
1 parent 21aae5f commit 53e3e93

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.MD

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ To manage the versions of Java Modules, the plugin conveniently integrates with
1010
[Dependency Versions Constraints](https://docs.gradle.org/current/userguide/dependency_constraints.html#sec:adding-constraints-transitive-deps) in general
1111
as well as [Version Catalogs](https://docs.gradle.org/current/userguide/platforms.html#sub:version-catalog).
1212

13+
Here is an overview of what the plugin does in a Twitter thread:
14+
[<img src="https://onepiecesoftware.github.io/img/tweets/1524322184923164672.png">](https://twitter.com/jeoj/status/1524322184923164672)
15+
1316
This plugin is maintained by me, [Jendrik Johannes](https://github.com/jjohannes).
1417
I offer consulting and training for Gradle and/or the Java Module System - please [reach out](mailto:jendrik.johannes@gmail.com) if you are interested.
1518
There is also my [YouTube channel](https://www.youtube.com/playlist?list=PLWQK2ZdV4Yl2k2OmC_gsjDpdIBTN0qqkE) on Gradle topics.
@@ -32,6 +35,9 @@ If you plan to build Java Modules with Gradle, you should consider using these p
3235
[Here is a sample](https://github.com/jjohannes/java-module-testing/tree/main/samples/use-all-java-module-plugins)
3336
that shows all plugins in combination.
3437

38+
[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.
39+
[<img src="https://onepiecesoftware.github.io/img/videos/15-3.png" width="260">](https://www.youtube.com/watch?v=uRieSnovlVc&list=PLWQK2ZdV4Yl2k2OmC_gsjDpdIBTN0qqkE)
40+
3541
# How to use?
3642

3743
For a quick start, you can find some samples here:

0 commit comments

Comments
 (0)