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
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,17 @@ There is a [CHANGELOG.md](CHANGELOG.md).
12
12
13
13
# Java Modules with Gradle
14
14
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:
0 commit comments