File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " java"
3
- id " org.xtext.builder" version " 3 .0.2 "
3
+ id " org.xtext.builder" version " 4 .0.0 "
4
4
}
5
5
6
6
group ' org.contextmapper.dsl'
@@ -10,7 +10,7 @@ sourceCompatibility = '11'
10
10
targetCompatibility = ' 11'
11
11
12
12
repositories {
13
- jcenter ()
13
+ mavenCentral ()
14
14
}
15
15
16
16
dependencies {
@@ -26,7 +26,7 @@ dependencies {
26
26
xtext {
27
27
languages {
28
28
cml {
29
- fileExtension = ' cml'
29
+ fileExtensions = [ ' cml' ]
30
30
setup = ' org.contextmapper.dsl.ContextMappingDSLStandaloneSetup'
31
31
generator. outlet. producesJava = true
32
32
}
Original file line number Diff line number Diff line change 1
1
# Thu Oct 10 14:46:22 CEST 2019
2
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4.2 -all.zip
2
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14 -all.zip
3
3
distributionBase =GRADLE_USER_HOME
4
4
distributionPath =wrapper/dists
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments