Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading