mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
⬆️ Change default java compilation target to jdk21
This commit is contained in:
@@ -12,4 +12,4 @@
|
||||
(b/javac {:src-dirs ["src"]
|
||||
:class-dir class-dir
|
||||
:basis basis
|
||||
:javac-opts ["-source" "17" "-target" "17"]}))
|
||||
:javac-opts ["-source" "21" "-target" "21" "-proc:none"]}))
|
||||
|
||||
Reference in New Issue
Block a user