Skip to content

Commit 874795b

Browse files
author
Daniel J. Debrunner
committed
Change javac task to generate 1.7 classes to ensure Streams 4.0 support
1 parent 93bcecb commit 874795b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

com.ibm.streamsx.json/build.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
<target name="compile" depends="init">
6464
<javac srcdir="${src.dir}" destdir="${build.dir}" debug="true"
6565
includeantruntime="no"
66+
source="1.7" target="1.7"
6667
excludes="com/ibm/streamsx/json/**/*$StreamsModel.java">
6768
<classpath>
6869
<path refid="cp.compile" />

0 commit comments

Comments
 (0)