Skip to content

Commit

Permalink
Update to 2024-12 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
planger authored Dec 16, 2024
1 parent dba89bb commit 8dbed41
Show file tree
Hide file tree
Showing 10 changed files with 755 additions and 194 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Set up Maven
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Set up Maven
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ MeGit intends to make it easy to just use EGit. It hence doesn't add any functio

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.

MeGit requires Java 17, but ships with a Java runtime environment.
MeGit requires Java 21, but ships with a Java runtime environment.

# Building

Expand Down Expand Up @@ -58,4 +58,5 @@ The runnable product will be available in `com.eclipsesource.megit.product/targe
- Package JVM with product (#42)
- 0.7.0 Update to Eclipse EGit 2024-06
- Adds org.eclipse.tm4e for generic syntax highlighting

- 0.8.0 Update to Eclipse EGit 2024-12
- Switches to Java 21
470 changes: 364 additions & 106 deletions com.eclipsesource.megit.parent/megit.target

Large diffs are not rendered by default.

Loading

0 comments on commit 8dbed41

Please sign in to comment.