Skip to content

Commit 8d53a98

Browse files
feat: Allow using JAVA 8+
Currently in case you have JAVA 9 or 10, CLI does not allow you to build your application. Remove the check for max JAVA version from nativescript-doctor and use the rc version of the package in CLI.
1 parent 91f0914 commit 8d53a98

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

npm-shrinkwrap.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"minimatch": "3.0.2",
5454
"mkdirp": "0.5.1",
5555
"mute-stream": "0.0.5",
56-
"nativescript-doctor": "0.12.0",
56+
"nativescript-doctor": "0.13.0-rc.0",
5757
"open": "0.0.5",
5858
"ora": "2.0.0",
5959
"osenv": "0.1.3",

0 commit comments

Comments
 (0)