Description
When running a build on master from my home laptop, I get:
$ ./gradlew build -x test To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: http://gradle.org/docs/2.0/userguide/gradle_daemon.html. :assemble UP-TO-DATE :rat FAILED FAILURE: Build failed with an exception. * Where: Script '/Users/criccomini/Code/incubator-samza/gradle/rat.gradle' line: 54 * What went wrong: Execution failed for task ':rat'. > com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException: Invalid byte 1 of 1-byte UTF-8 sequence. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED Total time: 9.34 secs
Turning on --debug and --stacktrace doesn't yield any more useful information.
The build seems to work fine on my work laptop, though.
Attachments
Attachments
Issue Links
- relates to
-
RAT-81 MalformedInputException thrown when RAT tries reading file
- Reopened