Could not normalize path for file 'C:\Program Files\Java\jdk1.7.0_21\jre\lib\rt.jar;C:\Program Files\Java\jdk1.7.0_21\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.7.0_21\jre\lib\jce.jar;C:\Program Files\Java\jdk1.7.0_21\jre\lib\charsets.jar'
Google says that classpath should be split to List by ';'.
I'm trying to build https://github.com/nebula-plugins/gradle-info-plugin (master HEAD) under Windows and have the following error:
Google says that classpath should be split to List by ';'.
The full log is here: https://gist.github.com/grv87/5b3483cddb88ed77c569ffa966a0ef1a
According to log I believe the problem is in this plugin although I've not found exact location yet.