You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting an Exception when reloading sbt after changing some coverage settings.
The error is the following: [error] java.lang.ClassNotFoundException: $5035547365a0d644494a$
More detailed log:
In my project, I've a sbt multi-project, but only in one, I'm using the coverage settings.
Here some details:
scalaVersion: 2.12.10
scoverageVersion: 1.6.1
A workaround to this problem is to use the following list of commands:
rm -rf target
rm -rf project/target
rm -rf project/project/target
After these commands the coverage generation will work again.
The text was updated successfully, but these errors were encountered:
I'm getting an Exception when reloading sbt after changing some coverage settings.
The error is the following:
[error] java.lang.ClassNotFoundException: $5035547365a0d644494a$
More detailed log:
In my project, I've a sbt multi-project, but only in one, I'm using the coverage settings.
Here some details:
A workaround to this problem is to use the following list of commands:
After these commands the coverage generation will work again.
The text was updated successfully, but these errors were encountered: