| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 134074a commit 9a9efac
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,8 @@ | |||
| 1 | 1 | # ignore eclipse project files | |
| 2 | 2 | .project | |
| 3 | 3 | .classpath | |
| 4 | + # ignore vscode files | ||
| 5 | + .vscode | ||
| 4 | 6 | # ignore Intellij Idea project files | |
| 5 | 7 | .idea | |
| 6 | 8 | *.iml | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -172,12 +172,11 @@ | |||
| 172 | 172 | <configuration> | |
| 173 | 173 | <jvmVersion>9</jvmVersion> | |
| 174 | 174 | <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> | ||
| 181 | 180 | </module> | |
| 182 | 181 | </configuration> | |
| 183 | 182 | </execution> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments