sbt / sbt-cucumber

Cucumber plugin for SBT.
Other
20 stars 14 forks source link

classpath setting is not available in published 0.3.1 #24

Open martin-stone opened 2 years ago

martin-stone commented 2 years ago

Looking at the commit dates, it looks like the configurable classpath should have made it into the published 0.3.1 version, but when browsing to the 0.3.1 source that sbt has downloaded I can see that it's not there. It would be great to have this available.

My plugins.sbt:

addSbtPlugin("com.waioeka.sbt" % "cucumber-plugin" % "0.3.1")

My build.sbt:

CucumberPlugin.classpath = (fullClasspath in IntegrationTest).value

sbt output:

error: value classpath is not a member of object com.waioeka.sbt.CucumberPlugin