You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.MD
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,31 @@ To manage the versions of Java Modules, the plugin conveniently integrates with
10
10
[Dependency Versions Constraints](https://docs.gradle.org/current/userguide/dependency_constraints.html#sec:adding-constraints-transitive-deps) in general
11
11
as well as [Version Catalogs](https://docs.gradle.org/current/userguide/platforms.html#sub:version-catalog).
12
12
13
+
This plugin is maintained by me, [Jendrik Johannes](https://github.com/jjohannes).
14
+
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.
15
+
There is also my [YouTube channel](https://www.youtube.com/playlist?list=PLWQK2ZdV4Yl2k2OmC_gsjDpdIBTN0qqkE) on Gradle topics.
16
+
17
+
If you have a suggestion or a question, please [open an issue](https://github.com/jjohannes/java-module-dependencies/issues/new).
18
+
13
19
There is a [CHANGELOG.md](CHANGELOG.md).
14
20
21
+
# Java Modules with Gradle
22
+
23
+
If you plan to build Java Modules with Gradle, you should consider using these plugins on top of Gradle core:
0 commit comments