Skip to content

Commit 297a4a5

Browse files
authored
Merge pull request #319 from xtext/dependabot/gradle/xtextVersion-2.43.0
Bump xtextVersion from 2.42.0 to 2.43.0
2 parents 993ff20 + 7cb7329 commit 297a4a5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ apply plugin: 'net.researchgate.release'
1717

1818
// Configuration for Xtext projects
1919
configure(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 {

0 commit comments

Comments
 (0)