aboutsummaryrefslogtreecommitdiffstats
path: root/buildSrc/src
diff options
context:
space:
mode:
Diffstat (limited to 'buildSrc/src')
-rw-r--r--buildSrc/src/main/groovy/refinery-xtend.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildSrc/src/main/groovy/refinery-xtend.gradle b/buildSrc/src/main/groovy/refinery-xtend.gradle
index 9186dbc5..a0a8c29e 100644
--- a/buildSrc/src/main/groovy/refinery-xtend.gradle
+++ b/buildSrc/src/main/groovy/refinery-xtend.gradle
@@ -14,7 +14,7 @@ sourceSets {
14} 14}
15 15
16xtend.generator { 16xtend.generator {
17 // As of Xtext 2.26.0.M2, the Xbase compiler doesn't know how to handle Java 12 and up 17 // As of Xtext 2.28.0.M1, the Xbase compiler doesn't know how to handle Java 12 and up
18 // and the build fails with a NullPointerException if such Java version is specified. 18 // and the build fails with a NullPointerException if such Java version is specified.
19 javaSourceLevel = '11' 19 javaSourceLevel = '11'
20} 20}