mirror of
https://github.com/penpot/penpot.git
synced 2026-06-09 08:52:05 +00:00
⬆️ Change default java compilation target to jdk21
This commit is contained in:
parent
bfc124b907
commit
51ff9026b1
@ -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"]}))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user