Skip to content

Commit 2f608f5

Browse files
committed
Update gradle
1 parent 8f16cf4 commit 2f608f5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id "java"
3-
id "org.xtext.builder" version "3.0.2"
3+
id "org.xtext.builder" version "4.0.0"
44
}
55

66
group 'org.contextmapper.dsl'
@@ -10,7 +10,7 @@ sourceCompatibility = '11'
1010
targetCompatibility = '11'
1111

1212
repositories {
13-
jcenter()
13+
mavenCentral()
1414
}
1515

1616
dependencies {
@@ -26,7 +26,7 @@ dependencies {
2626
xtext {
2727
languages {
2828
cml {
29-
fileExtension = 'cml'
29+
fileExtensions = [ 'cml' ]
3030
setup = 'org.contextmapper.dsl.ContextMappingDSLStandaloneSetup'
3131
generator.outlet.producesJava = true
3232
}

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#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
33
distributionBase=GRADLE_USER_HOME
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)