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
Java version:
java version "1.8.0_131"
Java(TM) SE Runtime Environment (build 1.8.0_131-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)
Side note: each plugin should declare which configurations it uses by overriding projectConfigurations, but this apparently does not fix the problem.
The text was updated successfully, but these errors were encountered:
Expected vs Actual Behaviour
It should...
Both
jacoco
andtest:jacoco
should work.Instead it...
Steps to Reproduce
build.sbt
project/MyPlugin.scala
project/build.properties
project/plugins.sbt
Environment
java version "1.8.0_131"
Java(TM) SE Runtime Environment (build 1.8.0_131-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)
Side note: each plugin should declare which configurations it uses by overriding projectConfigurations, but this apparently does not fix the problem.
The text was updated successfully, but these errors were encountered: