-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support Java 17 in
kore
submodule (#4032)
In #3736, we updated to Java 17 by configuring the Java version for `maven-compiler-plugin`. However - after banging my head against a wall for the past hour wondering why none of my code is parsing 🙃 - I realized that the `kore` and `matching` submodules are actually built by `scala-maven-plugin` rather than `maven-compiler-plugin`, and their Java version must be set independently. This PR sets the version for `kore` to Java 17, and runtimeverification/llvm-backend#993 will do the same for `matching`.
- Loading branch information
1 parent
d23cec4
commit 14dc837
Showing
2 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters