Commit ddf507d
committed
fix: Java 13 is not supported, but is not detected as such
Currently we cannot build projects for Android when Java 13 is installed. However, we do not detect this and later the build operation fails with non-descriptive error message.
Update nativescript-doctor to 1.13.0 where version 13 (and above) is correctly detected as not supported.1 parent 35f15de commit ddf507d
2 files changed
+37
-17
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
0 commit comments