We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 117ec23 commit 07babedCopy full SHA for 07babed
1 file changed
Framework/install_handler/route.py
@@ -8,7 +8,6 @@
8
appium,
9
java,
10
android_sdk,
11
- jdk,
12
)
13
from .ios import xcode, simulator
14
from .macos import xcode as macos_xcode
@@ -57,17 +56,6 @@
57
56
"install_function": java.install, # install jdk here also. jdk.install will install java also.
58
"user_password": False,
59
},
60
- {
61
- "name": "JDK",
62
- "status": "none",
63
- "comment": "JDK is a tool for managing JDK devices.",
64
- "check_text":"Check status",
65
- "install_text": "Install",
66
- "os": ["windows", "linux", "darwin"],
67
- "status_function": jdk.check_status,
68
- "install_function": jdk.install,
69
- "user_password": False,
70
- },
71
{
72
"name": "Android SDK",
73
"status": "none",
0 commit comments