-
Notifications
You must be signed in to change notification settings - Fork 44
Could not resolve org.scoverage:scalac-scoverage-plugin_2:1.3.1 #109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It looks like the scalac plugin version Try using the Also, how is the |
Thanks for the fast reply. I added the scoverage block as follows:
Now I get an alike error but with the changed version:
where
|
The When the dependency is defined the plugin ignores the |
Changing The change caused another error with a different gradle plugin but I was able to solve that. (scalac-scapegoat-plugin doesn't accept 2.13.0 -> Don't have time to try the full functionality right now, but I will check this in the next 24h and report back if it's fully working now and provide the final, working config. Thank you very much for your help! |
For what it's worth, 1.4.0 support is pending a couple of upstream changes - #107 will be updated when they are available. |
Just wanted to let you know, that it doesn't fully work yet. :-( Stacktrace (unrelevant stuff excluded):
scala.collection.JavaConversions is deprecated since scala 2.13.0 but still available. I'm wondering if there is anything inside gradle that holds back using pieces of code that are marked as deprecated? Dunno if this is scoverage-plugin related or a missconfiguration on my side. If you have any thoughts on this I would be happy to read them. |
I just tried adding a functional test for Scala 2.13 and I got this error:
It might be that Scala 2.13 isn't working properly with Gradle at the moment. See gradle/gradle#9857. Edit: I tried running the 2.13 functional test from WSL and this resolved the |
Yeah it seems that Actually, #106 addresses this problem (I didn't notice it before for some reason). @maiflai I'm wondering why have we switched away from |
It looks like version I'm tracking at least one breaking change where the We need to first make this plugin work with |
Are there any updates on this issue or #106? |
Sorry, we’re still waiting on a 1.4.1 release of the scalac plugin. |
First of all: Thank you very much for your effort and the new release! :-) I can confirm that the plugin works now (at least the issue here is resolved). Now I'm struggling with a different, already reported issue. I added specific information in the corresponding issue thread here #98 |
scoverage/gradle-scoverage#109 branch: feature/ARC-589_sbt_test_step
scoverage/gradle-scoverage#109 branch: feature/ARC-589_sbt_test_step
Hi,
I got an error when I tried to apply the plugin to one of my projects, that files for configuration ':scoverage' could not be resolved.
error message (excluded unrelated stuff)
project: mixed scala / java
gradle version: 5.4.1
scala version: 2.13
java version: 1.8
plugins in build.gradle:
repositories in build.gradle:
If you need a full config or more information, please let me know.
Thanks,
Johannes
The text was updated successfully, but these errors were encountered: