Resolve "Extend documentation for subtree update and incremental eval"
Compare changes
+ 1
− 11
@@ -90,7 +90,7 @@ task ragConnect(type: JavaExec) {
@@ -90,7 +90,7 @@ task ragConnect(type: JavaExec) {
You might need to add another task for [compiling relast specifications](#compiling-relast-specifications).
The task to compile `RagConnect` specifications is typically accompanied by a task to invoke the [RelAst compiler](http://relational-rags.eu/) and the [JastAdd gradle plugin](https://plugins.gradle.org/plugin/org.jastadd).
Currently, the parameter `--useJastAddNames` is **required**, and it may cause incompatibilities if not set.
@@ -124,13 +124,3 @@ One also has to specify the dependencies to get correct ordering of tasks.
@@ -124,13 +124,3 @@ One also has to specify the dependencies to get correct ordering of tasks.
However, depending on the selected protocols (see [compiler options](/using#compiler-options)), additional dependencies are required.
| `mqtt` | `group: 'org.fusesource.mqtt-client', name: 'mqtt-client', version: '1.15'` | Mqtt is selected by default, so this dependency therefore is required "by default". Might work with other versions as well. |