Skip to content

Commit

Permalink
v3.7: Tika 2.9+; Java 11+ required now
Browse files Browse the repository at this point in the history
  • Loading branch information
mubaldino committed Mar 8, 2024
1 parent 4ab9edc commit e46d9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Builds a version of Xponents that runs out of the box.
</description>
<property name="xtext.home" value="${basedir}"/>
<property name="xtext.version" value="3.6"/>
<property name="xtext.version" value="3.7"/>
<property name="xtext.release" location="${xtext.home}/dist/XText-${xtext.version}"/>
<target name="build">
<delete dir="${basedir}/lib"/>
Expand Down

0 comments on commit e46d9ea

Please sign in to comment.