mirror of
https://github.com/penpot/penpot.git
synced 2025-01-04 13:50:12 -05:00
⬆️ Change default java compilation target to jdk21
This commit is contained in:
parent
bfc124b907
commit
51ff9026b1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue