Closed GoogleCodeExporter closed 9 years ago
This is a bug in gradle, imho. See http://issues.gradle.org/browse/GRADLE-2084
Basically you have a serialized object from 1.0.3 which java can't deserialize
into the corresponding 1.0.4 object. There is no way, afaik, for the plugin to
do anything to stop this.
The work around is to do a 'gradle -C rebuild clean'. This unfortunately also
causes a redownload of all dependencies, so do it when you have a good
connection.
Sorry, I have submitted a patch to the gradle issue tracker, but as of yet it
has not been accepted. Hopefully it will be.
Original comment by crotwell@seis.sc.edu
on 26 Mar 2012 at 1:47
Original issue reported on code.google.com by
maescool
on 24 Mar 2012 at 3:13