mirror of
https://github.com/fankes/JSON-java-compat.git
synced 2025-09-04 01:35:33 +08:00
Correct moditect configuration to work on java8
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,6 +1,8 @@
|
|||||||
# ignore eclipse project files
|
# ignore eclipse project files
|
||||||
.project
|
.project
|
||||||
.classpath
|
.classpath
|
||||||
|
# ignore vscode files
|
||||||
|
.vscode
|
||||||
# ignore Intellij Idea project files
|
# ignore Intellij Idea project files
|
||||||
.idea
|
.idea
|
||||||
*.iml
|
*.iml
|
||||||
|
11
pom.xml
11
pom.xml
@@ -172,12 +172,11 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<jvmVersion>9</jvmVersion>
|
<jvmVersion>9</jvmVersion>
|
||||||
<module>
|
<module>
|
||||||
<moduleInfo>
|
<moduleInfoSource>
|
||||||
<name>org.json</name>
|
module org.json {
|
||||||
<exports>
|
exports org.json;
|
||||||
org.json;
|
}
|
||||||
</exports>
|
</moduleInfoSource>
|
||||||
</moduleInfo>
|
|
||||||
</module>
|
</module>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
Reference in New Issue
Block a user