-
-
Notifications
You must be signed in to change notification settings - Fork 429
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow for compiling with Java 21 (#4161)
* Support Java 17 and 21, default compilation to Java 17 class files, use maven.compiler.release instead of source and target * Add profile "j21" to compile to Java 21 class files * Upgrade SAT to 0.16.0, adapt code which breaks build with new SAT checks * Use model-specific-profile to pin xtend to Java 17 Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
- Loading branch information
1 parent
be9cbf2
commit 9f5a60d
Showing
3 changed files
with
14 additions
and
7 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
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