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
The only difference is that the second build file test extends ScoverageTests instead of Tests.
Output from first build file:
mill commons.test
[31/56] commons.compile
warning: there were three deprecation warnings (since 2.12.0); re-run with -deprecation for details
warning: there were three feature warnings; re-run with -feature for details
two warnings found
[56/56] commons.test.test
Output from the second build file:
mill commons.test
[30/71] commons.scoverage.compileClasspath | Downloading [8/8] artifacts (~0/0 bytes)
1 targets failed
commons.scoverage.compileClasspath
Resolution failed for 1 modules:
--------------------------------------------
com.fulcrumgenomics:dagr-tasks_2.12:0.6.0-b2189cf-SNAPSHOT
not found: /home/ec2-user/.ivy2/local/com.fulcrumgenomics/dagr-tasks_2.12/0.6.0-b2189cf-SNAPSHOT/ivys/ivy.xml
not found: https://repo1.maven.org/maven2/com/fulcrumgenomics/dagr-tasks_2.12/0.6.0-b2189cf-SNAPSHOT/dagr-tasks_2.12-0.6.0-b2189cf-SNAPSHOT.pom
not found: https://oss.sonatype.org/content/repositories/releases/com/fulcrumgenomics/dagr-tasks_2.12/0.6.0-b2189cf-SNAPSHOT/dagr-tasks_2.12-0.6.0-b2189cf-SNAPSHOT.pom
Let me know if I can provide any more information or help testing.
The text was updated successfully, but these errors were encountered:
Using two simple build files:
The following works fine:
this does not
The only difference is that the second build file test extends ScoverageTests instead of Tests.
Output from first build file:
Output from the second build file:
Let me know if I can provide any more information or help testing.
The text was updated successfully, but these errors were encountered: