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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ If you build Java Modules with Gradle, you should consider using these plugins o
45
45
Working (example) projects to inspect:
46
46
-[java-module-system](https://github.com/jjohannes/java-module-system) contains a compact sample and further documentation
47
47
-[gradle-project-setup-howto](https://github.com/jjohannes/gradle-project-setup-howto/tree/java_module_system) is a full-fledged Java Module System project setup
48
-
-[hedera-services](https://github.com/hashgraph/hedera-services) is an open-source Java project using this plugin large scale
48
+
-[hiero-consensus-node](https://github.com/hiero-ledger/hiero-consensus-node) is an open-source Java project using this plugin large scale
49
49
50
50
For general information about how to structure Gradle builds and apply community plugins like this one
51
51
you can check out my [Understanding Gradle video series](https://www.youtube.com/playlist?list=PLWQK2ZdV4Yl2k2OmC_gsjDpdIBTN0qqkE).
@@ -182,7 +182,7 @@ You may define additional mappings from _Module Name_ to _group:name (GA) coordi
182
182
183
183
The plugin already knows about Modules available on Maven Central. The information is stored in:
184
184
185
-
- [modules.properties](src/main/resources/org/gradlex/javamodule/dependencies/modules.properties) - [please open a PR](https://github.com/gradlex-org/extra-java-module-info/pulls) if you miss an entry
185
+
- [modules.properties](src/main/resources/org/gradlex/javamodule/dependencies/modules.properties) - [please open a PR](https://github.com/gradlex-org/java-module-dependencies/pulls) if you miss an entry
186
186
- [unique_modules.properties](src/main/resources/org/gradlex/javamodule/dependencies/unique_modules.properties) - this information is extracted from [modules.properties](https://github.com/sormuras/modules/blob/main/com.github.sormuras.modules/com/github/sormuras/modules/modules.properties) by [@sormuras](https://github.com/sormuras)
187
187
188
188
You define additional entries (or overwrite entries from the plugin) in a `gradle/modules.properties` file in your project:
0 commit comments