File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
22
region : " $VORTO_S3_REGION"
23
23
role : " $VORTO_AWS_LAMBDA_EXECUTION_ROLE"
24
24
zip : " $ARTIFACT_PLUGININFO"
25
- runtime : " java8 "
25
+ runtime : " java11 "
26
26
module_name : " org.eclipse.vorto.plugins.generator.lambda.meta.plugins.function.GeneratorMetaHandler"
27
27
handler_name : " handleRequest"
28
28
access_key_id : " $AWS_ACCESS_KEY_ID"
36
36
region : " $VORTO_S3_REGION"
37
37
role : " $VORTO_AWS_LAMBDA_EXECUTION_ROLE"
38
38
zip : " $ARTIFACT_PLUGINEXECUTOR"
39
- runtime : " java8 "
39
+ runtime : " java11 "
40
40
module_name : " org.eclipse.vorto.plugins.generator.lambda.executor.GeneratorExecutionHandler"
41
41
handler_name : " handleRequest"
42
42
access_key_id : " $AWS_ACCESS_KEY_ID"
50
50
region : " $VORTO_S3_REGION"
51
51
role : " $VORTO_AWS_LAMBDA_EXECUTION_ROLE"
52
52
zip : " $ARTIFACT_PLUGININFO"
53
- runtime : " java8 "
53
+ runtime : " java11 "
54
54
module_name : " org.eclipse.vorto.plugins.generator.lambda.meta.plugins.function.GeneratorMetaHandler"
55
55
handler_name : " handleRequest"
56
56
access_key_id : " $AWS_ACCESS_KEY_ID"
64
64
region : " $VORTO_S3_REGION"
65
65
role : " $VORTO_AWS_LAMBDA_EXECUTION_ROLE"
66
66
zip : " $ARTIFACT_PLUGINEXECUTOR"
67
- runtime : " java8 "
67
+ runtime : " java11 "
68
68
module_name : " org.eclipse.vorto.plugins.generator.lambda.executor.GeneratorExecutionHandler"
69
69
handler_name : " handleRequest"
70
70
access_key_id : " $AWS_ACCESS_KEY_ID"
80
80
services :
81
81
- docker
82
82
83
- jdk : oraclejdk8
83
+ jdk : oraclejdk11
84
84
85
85
cache :
86
86
npm : false
You can’t perform that action at this time.
0 commit comments