Skip to content

Commit 8dbed41

Browse files
authored
Update to 2024-12 (#60)
1 parent dba89bb commit 8dbed41

File tree

10 files changed

+755
-194
lines changed

10 files changed

+755
-194
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3
14-
- name: Set up JDK 17
14+
- name: Set up JDK 21
1515
uses: actions/setup-java@v3
1616
with:
17-
java-version: '17'
17+
java-version: '21'
1818
distribution: 'temurin'
1919
cache: maven
2020
- name: Set up Maven

.github/workflows/create-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v3
11-
- name: Set up JDK 17
11+
- name: Set up JDK 21
1212
uses: actions/setup-java@v3
1313
with:
14-
java-version: '17'
14+
java-version: '21'
1515
distribution: 'temurin'
1616
cache: maven
1717
- name: Set up Maven

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ MeGit intends to make it easy to just use EGit. It hence doesn't add any functio
2727

2828
Download the archive for your operating system from the [releases](https://github.com/eclipsesource/megit/releases), unpack the archive and run the `megit` or `megit.exe`. You'll need to select a workspace location to store your metadata.
2929

30-
MeGit requires Java 17, but ships with a Java runtime environment.
30+
MeGit requires Java 21, but ships with a Java runtime environment.
3131

3232
# Building
3333

@@ -58,4 +58,5 @@ The runnable product will be available in `com.eclipsesource.megit.product/targe
5858
- Package JVM with product (#42)
5959
- 0.7.0 Update to Eclipse EGit 2024-06
6060
- Adds org.eclipse.tm4e for generic syntax highlighting
61-
61+
- 0.8.0 Update to Eclipse EGit 2024-12
62+
- Switches to Java 21

com.eclipsesource.megit.parent/megit.target

Lines changed: 364 additions & 106 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)