https://github.com/ysden123/pmodule-info
Playing with module-info
https://github.com/ysden123/pmodule-info
gradle java module-info playing
Last synced: about 2 months ago
JSON representation
Playing with module-info
- Host: GitHub
- URL: https://github.com/ysden123/pmodule-info
- Owner: ysden123
- License: mit
- Created: 2022-11-12T05:51:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-12T17:07:48.000Z (over 3 years ago)
- Last Synced: 2025-03-22T05:20:05.685Z (about 1 year ago)
- Topics: gradle, java, module-info, playing
- Language: Java
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= pmodule-info
Playing with module-info
== Structure
Modules:
* the my-lib module - the Java library without module-info definition.
* the scala-lib module - the Scala library without module-info definition.
* the app module - the main application. Uses module-info definition.
* the buildSrc module - the Gradle build script definitions and definition of special plugin, which allows to use a module without module-info definition.
== References
https://docs.gradle.org/current/samples/sample_java_modules_with_transform.html[Building Java Modules with Legacy Libraries Sample]