-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathguide_prereqs.json
36 lines (36 loc) · 1.23 KB
/
guide_prereqs.json
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
27
28
29
30
31
32
33
34
35
36
{
"prereqs": [
{
"name": "Java SDK",
"link": "https://developer.ibm.com/languages/java/semeru-runtimes/downloads",
"guides": ["*"],
"exclude": ["jpa-intro", "contract-testing", "jakarta-websocket", "jms-intro", "spring-boot"]
},
{
"name": "Java SDK 17",
"link": "https://developer.ibm.com/languages/java/semeru-runtimes/downloads",
"guides": ["contract-testing", "jakarta-websocket", "jms-intro"]
},
{
"name": "Java SDK 21",
"link": "https://developer.ibm.com/languages/java/semeru-runtimes/downloads",
"guides": ["jpa-intro", "spring-boot"]
},
{
"name": "Git",
"link": "https://git-scm.com/book/en/v2/Getting-Started-Installing-Git",
"guides": ["*"]
},
{
"name": "Maven",
"link": "https://maven.apache.org/download.cgi",
"guides": ["*"],
"exclude": ["gradle-intro", "liberty-deep-dive-gradle"]
},
{
"name": "Gradle",
"link": "https://gradle.org/install",
"guides": ["gradle-intro", "liberty-deep-dive-gradle"]
}
]
}