isomarcte / metals-pkgbuild

Scala Language Server (Metals) Package For Pacman Based Systems (e.g. Arch Linux)
0 stars 0 forks source link

Allow Customization Of JDK Which Runs Metals #16

Closed isomarcte closed 4 years ago

isomarcte commented 4 years ago

Adds support for customizing the JDK which runs metals and sets an ordered list of defaults.

Changes depends to bin JDK >= 8 && <= 11, but make-depends is >= 8 && < 11 because version 0.7.6 of metals does not compile with JDK 11 (but it does run on it).