Skip to content

Commit 9a9efac

Browse files
author
John J. Aylward
committed
Correct moditect configuration to work on java8
1 parent 134074a commit 9a9efac

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ignore eclipse project files
22
.project
33
.classpath
4+
# ignore vscode files
5+
.vscode
46
# ignore Intellij Idea project files
57
.idea
68
*.iml

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -172,12 +172,11 @@
172172
<configuration>
173173
<jvmVersion>9</jvmVersion>
174174
<module>
175-
<moduleInfo>
176-
<name>org.json</name>
177-
<exports>
178-
org.json;
179-
</exports>
180-
</moduleInfo>
175+
<moduleInfoSource>
176+
module org.json {
177+
exports org.json;
178+
}
179+
</moduleInfoSource>
181180
</module>
182181
</configuration>
183182
</execution>

0 commit comments

Comments
 (0)