Skip to content
Snippets Groups Projects
Commit 8906c92d authored by René Schöne's avatar René Schöne
Browse files

0.2.10

- fixed parameter propagation of JastAddList for ragconnect
parent 5c4e56ce
Branches
No related tags found
No related merge requests found
Pipeline #10105 passed
...@@ -5,7 +5,7 @@ plugins { ...@@ -5,7 +5,7 @@ plugins {
} }
group 'org.jastadd.preprocessor' group 'org.jastadd.preprocessor'
version '0.2.9' version '0.2.10'
mainClassName = 'org.jastadd.preprocessor.testing.doc.DocumentationCreator' mainClassName = 'org.jastadd.preprocessor.testing.doc.DocumentationCreator'
gradlePlugin { gradlePlugin {
......
...@@ -118,7 +118,7 @@ public abstract class RagConnectTest extends RelastTest { ...@@ -118,7 +118,7 @@ public abstract class RagConnectTest extends RelastTest {
args.add("--protocols=" + String.join(",", getRagconnect().getProtocols())); args.add("--protocols=" + String.join(",", getRagconnect().getProtocols()));
} }
if (getJastadd().getJastAddList() != null) { if (getJastadd().getJastAddList() != null) {
args.add("--jastAddList=" + getJastadd().getJastAddList()); args.add("--List=" + getJastadd().getJastAddList());
} }
args.addAll(getJastadd().getExtraOptionsOrDefault()); args.addAll(getJastadd().getExtraOptionsOrDefault());
args.addAll(getRagconnect().getInputFiles()); args.addAll(getRagconnect().getInputFiles());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment