diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-04-27 00:49:57 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-02 15:24:35 +0200 |
commit | 7fd8a7a667acb7744f08f89eb5faf69f72d7ec25 (patch) | |
tree | 63776bbc691ec7a3acbe165cee75d87cee2816d4 /org.eclipse.jgit.packaging | |
parent | acbb197355bc1ce3d2be747e3af62a01ca6821e5 (diff) | |
download | jgit-7fd8a7a667acb7744f08f89eb5faf69f72d7ec25.tar.gz jgit-7fd8a7a667acb7744f08f89eb5faf69f72d7ec25.zip |
Update minimum Java version to 17
Bug: jgit-52
Change-Id: I27e85b3ab4c2e21c86d69d8707eeb9547d788287
Diffstat (limited to 'org.eclipse.jgit.packaging')
-rw-r--r-- | org.eclipse.jgit.packaging/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml index e040b25c9e..06cd76cd0d 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -29,7 +29,7 @@ </licenses> <properties> - <java.version>11</java.version> + <java.version>17</java.version> <tycho-version>4.0.6</tycho-version> <target-platform>jgit-4.17</target-platform> <project.build.outputTimestamp>${git.commit.time}</project.build.outputTimestamp> |