Skip to content

Commit f65bbe3

Browse files
committed
Update README
1 parent f24c7d3 commit f65bbe3

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,17 @@ There is a [CHANGELOG.md](CHANGELOG.md).
1212

1313
# Java Modules with Gradle
1414

15-
- [Documentation on Building Java Modules with Gradle 6.4+](https://docs.gradle.org/current/userguide/java_library_plugin.html#sec:java_library_modular)
16-
- [Samples for Building Java Modules with Gradle 6.4+](https://docs.gradle.org/current/samples/index.html#java_modules)
15+
If you plan to build Java Modules with Gradle, you should consider using these plugins on top of Gradle core:
16+
17+
- [`id("de.jjohannes.java-module-dependencies")`](https://github.com/jjohannes/java-module-dependencies)
18+
Avoid duplicated dependency definitions and get your Module Path under control
19+
- [`id("de.jjohannes.java-module-testing")`](https://github.com/jjohannes/java-module-testing)
20+
Proper test setup for Java Modules
21+
- [`id("de.jjohannes.extra-java-module-info")`](https://github.com/jjohannes/extra-java-module-info)
22+
Only if your (existing) project cannot avoid using non-module legacy Jars
23+
24+
[Here is a sample](https://github.com/jjohannes/java-module-testing/tree/main/samples/use-all-java-module-plugins)
25+
that shows all plugins in combination.
1726

1827
# How to use this plugin
1928

0 commit comments

Comments
 (0)