Skip to content

Commit de37e26

Browse files
committed
Update README
1 parent 51594f2 commit de37e26

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
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+
35
A tool for compiling `module-info.java` for Java alone.
46

57
It can easily compile `module-info.java` for your Java 8 project to fit JPMS without complicated module path configuration.
68

79
It only parses the syntax of `module-info.java` without checking the actual module.
810
If 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

1217
Currently this tool supports being used as a command line tool, and also supports being added as a Maven dependency.

0 commit comments

Comments
 (0)