Skip to content

Commit

Permalink
Merge pull request #5298 from JabRef/snapjava11
Browse files Browse the repository at this point in the history
Update snapcraft to java 11
  • Loading branch information
Siedlerchr authored Sep 10, 2019
2 parents 4add316 + 47ac5b1 commit 8d59371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ description: JabRef is an open source bibliography reference manager. The native

grade: devel
confinement: strict
base: core18

architectures:
- build-on: amd64
- build-on: i386

apps:
jabref:
Expand All @@ -33,7 +33,7 @@ parts:
source: .
source-type: git
stage-packages:
- openjdk-8-jre
- openjdk-11-jre
- openjfx
- x11-utils
gradle-options: [snapJar, -xtest]
Expand Down

0 comments on commit 8d59371

Please sign in to comment.