0
Fork 0
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:
Andrey Antukh 2023-12-12 00:12:38 +01:00
parent bfc124b907
commit 51ff9026b1

View file

@ -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"]}))