Skip to content

Commit 38b2f55

Browse files
Document Java 10 support
1 parent 8bb8fd6 commit 38b2f55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Architecture
168168
```
169169
(Model) (TsModel)
170170
ModelParser ==> ModelCompiler ==> Emitter
171-
| |
171+
| |
172172
V V
173173
TypeProcessor
174174
```
@@ -193,7 +193,7 @@ Links
193193
Contributing
194194
------------
195195

196-
- current major version supports Java 8 and 9 (version 1 supported Java 7 and 8)
196+
- current major version supports Java 8, 9 and 10 (version 1 supported Java 7 and 8)
197197
- build currently only works on Java 8 (JAXB Maven plugin is not compatible with Java 9 yet)
198198
- keep pull requests small and focused ([10 tips for better Pull Requests](http://blog.ploeh.dk/2015/01/15/10-tips-for-better-pull-requests/))
199199
- do not add dependencies unless previously discussed in issue

0 commit comments

Comments
 (0)