Skip to content

Commit

Permalink
updating the build.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishektripathi66 committed Nov 15, 2024
1 parent fded26f commit 4a1d2d5
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 @@ -17,7 +17,7 @@
<echo>${user.dir}</echo>
<mkdir dir = "${build.dir}"/>

<javac destdir = "${build.dir}" source = "1.6" target = "1.6">
<javac destdir = "${build.dir}" source = "1.8" target = "1.8">
<src path = "${src.dir}"/>
<classpath refid = "master-classpath"/>
</javac>
Expand Down

0 comments on commit 4a1d2d5

Please sign in to comment.