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

use packaged dependencies

- fix path to grammars of preprocessor
parent a2e960eb
No related branches found
No related tags found
1 merge request!29Resolve "Change JastAdd version to updated, packaged one"
Pipeline #13186 failed
......@@ -62,10 +62,10 @@ task extractJastAddSources(type: Sync) {
into file("${extractLocation}")
}
File preprocessorGrammar = file('../relast-preprocessor/src/main/jastadd/RelAst.relast')
File preprocessorGrammar = file("${extractLocation}/RelAst.relast")
File ragConnectGrammar = file('./src/main/jastadd/RagConnect.relast')
File intermediateGrammar = file('./src/main/jastadd/Intermediate.relast')
File mustacheGrammar = file('../relast-preprocessor/src/main/jastadd/mustache/Mustache.relast')
File mustacheGrammar = file("${extractLocation}/mustache/Mustache.relast")
task relast(type: JavaExec) {
group = 'Build'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment