Skip to content

Commit

Permalink
Upgrade Xtext dependency and Gradle Xtext plugin version
Browse files Browse the repository at this point in the history
The previous ones depended on a SNAPSHOT version which changed causing
errors in the Gradle build such as:

Execution failed for task ':trainbenchmark-format-emf-model:generateXtext'.
> java.lang.NoSuchMethodError: org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser.setWithLastConsumed(Lorg/eclipse/emf/ecore/EObject;Ljava/lang/String;ZLjava/lang/String;)V
  • Loading branch information
szarnyasg committed Nov 13, 2020
1 parent e865825 commit 1cc5d69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ ext {
sqliteVersion = '3.20.0'
tinkerGraphVersion = '3.2.5'
viatraVersion = '1.6.1'
xtextVersion = '2.13.0'
xtextVersion = '2.23.0'
}
2 changes: 1 addition & 1 deletion trainbenchmark-format-emf-model/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "org.xtext.builder" version "1.0.0"
id "org.xtext.builder" version "2.0.8"
}

apply plugin: 'org.xtext.xtend'
Expand Down

0 comments on commit 1cc5d69

Please sign in to comment.