@Scaladoc(value = "/**\n * A simple task is the most common [[Task]] a user would encounter, commonly\n * defined using the `def foo = Task {...}` syntax. [[Task.Computed]]s require that their\n * return type is JSON serializable. In return they automatically caches their\n * return value to disk, only re-computing if upstream [[Task]]s change\n */")
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