A simple task is the most common Task a user would encounter, commonly defined using the def foo = Task {...} syntax. Task.Computeds require that their return type is JSON serializable. In return they automatically caches their return value to disk, only re-computing if upstream Tasks change
A simple task is the most common Task a user would encounter, commonly defined using the def foo = Task {...} syntax. Task.Computeds require that their return type is JSON serializable. In return they automatically caches their return value to disk, only re-computing if upstream Tasks change