Skip to content

Commit ddf507d

Browse files
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

File tree

2 files changed

+37
-17
lines changed

2 files changed

+37
-17
lines changed

npm-shrinkwrap.json

+35-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"mkdirp": "0.5.1",
6161
"mute-stream": "0.0.5",
6262
"nativescript-dev-xcode": "0.2.1",
63-
"nativescript-doctor": "1.12.0",
63+
"nativescript-doctor": "1.13.0",
6464
"nativescript-preview-sdk": "0.3.4",
6565
"open": "6.0.0",
6666
"ora": "2.0.0",
@@ -141,4 +141,4 @@
141141
"engines": {
142142
"node": ">=10.0.0 <14.0.0"
143143
}
144-
}
144+
}

0 commit comments

Comments
 (0)