File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v6
15- - name : Set up JDK 17
15+ - name : Set up JDK 21
1616 uses : actions/setup-java@v5
1717 with :
1818 distribution : ' temurin'
19- java-version : 17
19+ java-version : 21
2020 - name : Build
2121 run : ./gradlew clean build vscodeExtension
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ apply plugin: 'net.researchgate.release'
1717
1818// Configuration for Xtext projects
1919configure(subprojects. findAll { it. name. startsWith(' org.xtext' ) }) {
20- ext. xtextVersion = ' 2.42 .0'
20+ ext. xtextVersion = ' 2.43 .0'
2121 repositories {
2222 mavenCentral()
2323 }
@@ -35,8 +35,8 @@ configure(subprojects.findAll { it.name.startsWith('org.xtext') }) {
3535 version = ' 1.0.0-SNAPSHOT'
3636
3737 java {
38- sourceCompatibility = JavaVersion . VERSION_17
39- targetCompatibility = JavaVersion . VERSION_17
38+ sourceCompatibility = JavaVersion . VERSION_21
39+ targetCompatibility = JavaVersion . VERSION_21
4040 }
4141
4242 configurations. all {
You can’t perform that action at this time.
0 commit comments