forked from getgauge/gauge-java
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjava.json
More file actions
Latest commit
26 lines (26 loc) · 641 Bytes
/
Copy pathjava.json
File metadata and controls
26 lines (26 loc) · 641 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"id": "java",
"version": "0.6.3",
"description": "Java support for gauge",
"install": {
"windows": [],
"linux": [],
"darwin": []
},
"run": {
"windows": ["bin/gauge-java", "--start"],
"linux": ["bin/gauge-java", "--start"],
"darwin": ["bin/gauge-java", "--start"]
},
"init": {
"windows": ["bin/gauge-java", "--init"],
"linux": ["bin/gauge-java", "--init"],
"darwin": ["bin/gauge-java", "--init"]
},
"lib": "libs",
"multithreaded": true,
"gaugeVersionSupport": {
"minimum": "0.8.0",
"maximum": ""
}
}