Skip to content

Commit

Permalink
Revert CMR verbosity, now I know what's going on.
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjon3377 committed Jun 26, 2021
1 parent bcd9fb3 commit f9a9d41
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 @@ -76,7 +76,7 @@
<macrodef name="x-rebuild" description="Rebuild the Ceylon code if anything's changed">
<sequential>
<ceylon-compile src="${ceylon.source.dir}" resource="${ceylon.resource.dir}"
encoding="UTF-8" pack200="true" verbose="cmr">
encoding="UTF-8" pack200="true">
<moduleset>
<sourcemodules dir="${ceylon.source.dir}" />
</moduleset>
Expand Down

0 comments on commit f9a9d41

Please sign in to comment.