File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 11# Module Info Compiler
22
3+ [ ![ ] ( https://img.shields.io/maven-central/v/org.glavo/module-info-compiler?label=Maven%20Central )] ( https://search.maven.org/artifact/org.glavo/module-info-compiler )
4+
35A tool for compiling ` module-info.java ` for Java alone.
46
57It can easily compile ` module-info.java ` for your Java 8 project to fit JPMS without complicated module path configuration.
68
79It only parses the syntax of ` module-info.java ` without checking the actual module.
810If you really don't know how to configure javac to compile ` module-info.java ` correctly in a complex project, it can help you.
911
12+ This tool does not depend on javac, it can run on Java 8 or higher,
13+ and you can configure the major version of the target class file.
14+
1015## Usage
1116
1217Currently this tool supports being used as a command line tool, and also supports being added as a Maven dependency.
You can’t perform that action at this time.
0 commit comments