Skip to content

Commit

Permalink
Use release rather than separate source/target; Bump to 4.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
richardwilkes committed Dec 14, 2019
1 parent a240c78 commit ff14b18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project name="com.trollworks.gcs" default="bundle" xmlns:if="ant:if" xmlns:unless="ant:unless">
<property name="module.name" value="com.trollworks.gcs"/>
<property name="module.version" value="4.13.0"/>
<property name="module.version" value="4.13.1"/>
<property name="app.name" value="GURPS Character Sheet"/>
<property name="app.name.short" value="GCS"/>
<property name="exe.name" value="gcs"/>
Expand Down Expand Up @@ -57,7 +57,7 @@
<fileset dir="${modules.dir}" includes="${module.name}*"/>
</delete>

<javac destdir="${build.dir}" includeantruntime="false" source="${target.version}" target="${target.version}" modulepath="${modules.dir}" encoding="UTF8">
<javac destdir="${build.dir}" includeantruntime="false" modulepath="${modules.dir}" encoding="UTF8" release="${target.version}">
<src path="src"/>
</javac>

Expand Down

0 comments on commit ff14b18

Please sign in to comment.