summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-06-06 10:48:27 +0200
committerStephan Bergmann <sbergman@redhat.com>2018-06-07 16:08:37 +0200
commit930cb22f75c672c2fa3a4153094df4dd3a71cb7f (patch)
treedc36e3f5faf78e3cdf6029bebcee48c725535b20 /solenv
parentfb1c8d78072852add82523c215da1ffe2822734b (diff)
Update Flatpak to OpenJDK10
see <https://github.com/flathub/org.libreoffice.LibreOffice/issues/42> "OpenJDK 10 is now available". Change-Id: Iaae9d22d91d984a5c11eee26bd05ab7d328d7a5b Reviewed-on: https://gerrit.libreoffice.org/55422 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'solenv')
-rw-r--r--solenv/flatpak-manifest.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index a01b45dd76b3..e49ee535b980 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -5,7 +5,7 @@
"sdk": "org.freedesktop.Sdk",
"sdk-extensions": [
"org.freedesktop.Sdk.Extension.gcc7",
- "org.freedesktop.Sdk.Extension.openjdk9"
+ "org.freedesktop.Sdk.Extension.openjdk10"
],
"build-options": {
"append-ld-library-path": "/usr/lib/sdk/gcc7/lib",
@@ -28,7 +28,7 @@
"name": "openjdk",
"buildsystem": "simple",
"build-commands": [
- "/usr/lib/sdk/openjdk9/install.sh"
+ "/usr/lib/sdk/openjdk10/install.sh"
]
},
{