Skip to content

Commit e4509cb

Browse files
committed
Migration to Java21
1 parent ce99c62 commit e4509cb

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<project basedir="." default="compile" name="XMLJava">
3-
<property name="target" value="17" />
4-
<property name="source" value="17" />
3+
<property name="target" value="21" />
4+
<property name="source" value="21" />
55
<property name="build.compiler" value="javac10+" />
66
<target name="init">
77
<mkdir dir="bin" />

lib/xmljava.jar

10 Bytes
Binary file not shown.

src/module-info.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
exports com.maxprograms.xml;
1313

14-
opens com.maxprograms.xml to mapdb;
15-
1614
requires java.base;
1715
requires transitive java.xml;
1816
}

0 commit comments

Comments
 (0)