Skip to content

Commit 632a899

Browse files
committed
remove unused apple.jar, bump to Java 17
1 parent ce95af5 commit 632a899

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app/build.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,14 +149,13 @@
149149
<!-- env used to set classpath below -->
150150
<property environment="env" />
151151

152-
<javac source="11"
153-
target="11"
152+
<javac source="17"
153+
target="17"
154154
destdir="bin"
155155
excludes="**/tools/format/**"
156156
encoding="UTF-8"
157157
includeAntRuntime="false"
158158
classpath="../core/library/core.jar;
159-
../core/apple.jar;
160159
lib/ant.jar;
161160
lib/ant-launcher.jar;
162161
lib/flatlaf.jar;

0 commit comments

Comments
 (0)