sbt / sbt-cucumber

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

Update cucumber main class #11

Closed asarturas closed 3 years ago

asarturas commented 4 years ago

To get rid of deprecation warning.

Example output before fix (warning in red when monochrome := false):

[info] [info] Done compiling.
[error] Oct 29, 2019 8:20:40 PM cucumber.api.cli.Main run
[error] WARNING: You are using deprecated Main class. Please use io.cucumber.core.cli.Main
[info] @hello-world
[info] Feature: Hello World

Example output after fix:

[info] [info] Done compiling.
[info] @hello-world
[info] Feature: Hello World
ilyagart commented 4 years ago

Could you please merge this PR, thanks :)

nightscape commented 3 years ago

@lewismj @ppiotrow do you have commit rights to this repo?