Skip to content

Commit

Permalink
chore: bump Maven dependencies
Browse files Browse the repository at this point in the history
Xtext 2.26.0.M2 might finally have Java 17 support:
eclipse-xtext/xtext#1982 (comment)
  • Loading branch information
kris7t committed Oct 2, 2021
1 parent ea50970 commit e196c9c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
18 changes: 9 additions & 9 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
ecoreVersion=2.24.0
ecoreCodegenVersion=2.26.0
ecoreVersion=2.25.0
ecoreCodegenVersion=2.27.0
hamcrestVersion=2.2
jettyVersion=9.4.42.v20210604
jettyVersion=9.4.44.v20210927
jmhVersion=1.32
junitVersion=5.7.2
mweVersion=1.6.1
mwe2Version=2.12.1
junitVersion=5.8.1
mweVersion=1.6.2.M1
mwe2Version=2.12.2.M1
nodeVersion=14.18.0
slf4JVersion=1.7.31
viatraVersion=2.5.0
xtextVersion=2.26.0.M1
slf4JVersion=1.7.32
viatraVersion=2.6.0
xtextVersion=2.26.0.M2
xtextAntlrGeneratorVersion=2.1.1
yarnVersion=1.22.11
4 changes: 0 additions & 4 deletions gradle/xtext-common.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
apply from: "${rootDir}/gradle/java-common.gradle"

configurations.all {
exclude group: 'asm'
}

sourceSets {
main {
java.srcDirs += ['src/main/xtext-gen']
Expand Down

0 comments on commit e196c9c

Please sign in to comment.