generated from eclipse-velocitas/vehicle-app-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.velocitas.json
27 lines (27 loc) · 784 Bytes
/
.velocitas.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
{
"packages": [
{
"name": "https://github.com/eclipse-velocitas/devenv-devcontainer-setup.git",
"version": "v1.4.4"
},
{
"name": "https://github.com/eclipse-velocitas/devenv-runtimes.git",
"version": "v2.2.2"
},
{
"name": "https://github.com/eclipse-velocitas/devenv-github-templates.git",
"version": "v1.0.3"
},
{
"name": "https://github.com/eclipse-velocitas/devenv-github-workflows.git",
"version": "v4.1.2"
}
],
"variables": {
"language": "python",
"repoType": "app",
"appManifestPath": "./app/AppManifest.json",
"githubRepoId": "<myrepo>"
},
"cliVersion": "v0.6.3"
}