The EOL is not being correctly converted for the following files:

resources/css/*.css
resources/xsl/*.xsl
META-INF/NOTICE
META-INF/LICENSE
version.properties

I think that is handled in rc.gradle:CopySpec sources()
It looks like it should be sufficient to just add some extra includes
to the first section.

I also now think the filter should not attempt to fix EOL at EOF, i.e.
the filter should have setFixLast(false);
If the final EOL is missing in SVN, it should remain so in the archive.
I assume this would have to go into Line.groovy, but I've no idea how
to do that.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to