File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : actions/checkout@v2
1515 - name : Set up JDK
16- uses : actions/setup-java@v1
16+ uses : actions/setup-java@v4
1717 with :
1818 java-version : 17
19+ distribution : ' temurin'
1920 - name : Build with Gradle
2021 run : ./gradlew clean build
Original file line number Diff line number Diff line change 11plugins {
22 id " java"
3- id " org.xtext.builder" version " 3 .0.2 "
3+ id " org.xtext.builder" version " 4 .0.0 "
44}
55
66group ' org.contextmapper.dsl'
@@ -10,7 +10,7 @@ sourceCompatibility = '11'
1010targetCompatibility = ' 11'
1111
1212repositories {
13- jcenter ()
13+ mavenCentral ()
1414}
1515
1616dependencies {
@@ -26,7 +26,7 @@ dependencies {
2626xtext {
2727 languages {
2828 cml {
29- fileExtension = ' cml'
29+ fileExtensions = [ ' cml' ]
3030 setup = ' org.contextmapper.dsl.ContextMappingDSLStandaloneSetup'
3131 generator. outlet. producesJava = true
3232 }
Original file line number Diff line number Diff line change 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
33distributionBase =GRADLE_USER_HOME
44distributionPath =wrapper/dists
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments