add Serializable type to unserialized JSON lists
We don't know about the exact data type from the JSON mapper, so we make it explicitly unknown, but at least Serializable here.
This commit is contained in:
@@ -11,7 +11,7 @@ steps:
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: java13
|
||||
name: java14
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
|
Reference in New Issue
Block a user