Skip to content

Commit

Permalink
set source level to 11. issue #2527
Browse files Browse the repository at this point in the history
  • Loading branch information
j-dimension committed Aug 8, 2024
1 parent ec626f5 commit 3b93e3e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ file.reference.commons-logging-1.2.jar=lib/commons-logging-1.2.jar
file.reference.xmlrpc-client-3.1.3.jar=lib/xmlrpc-client-3.1.3.jar
file.reference.lucene-core-4.7.0.jar=lib/lucene-core-4.7.0.jar
file.reference.xmlrpc-server-3.1.3.jar=lib/xmlrpc-server-3.1.3.jar
javac.source=1.8
javac.source=11
javadoc.use=true
file.reference.j-lawyer-fax.jar=../../j-lawyer-fax/dist/j-lawyer-fax.jar
javadoc.notree=false
Expand Down Expand Up @@ -88,7 +88,7 @@ javadoc.version=false
file.reference.jena-core-2.7.4.jar=../lib/jena-core-2.7.4.jar
meta.inf=${source.root}/conf
debug.test.classpath=${run.test.classpath}
javac.target=1.8
javac.target=11
platform.active=default_platform
file.reference.commons-vfs2-2.1.jar=lib/commons-vfs2-2.1.jar
javac.test.processorpath=${javac.test.classpath}
Expand Down

0 comments on commit 3b93e3e

Please sign in to comment.