Skip to content
Snippets Groups Projects
Commit 521143b9 authored by Johannes Mey's avatar Johannes Mey
Browse files

fix dependency bug in xcore (stupid stupid xcore)

parent 6ce40986
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,11 @@ apply plugin: 'org.xtext.xtend' ...@@ -6,7 +6,11 @@ apply plugin: 'org.xtext.xtend'
apply from: "${rootDir}/gradle/source-layout-xcore.gradle" apply from: "${rootDir}/gradle/source-layout-xcore.gradle"
ext { ext {
xtextVersion = '2.10.0' xtextVersion = '2.13.0'
}
configurations.all {
resolutionStrategy.force 'org.antlr:antlr-runtime:3.2'
} }
dependencies { dependencies {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment