maiflai / gradle-scalatest

A plugin to enable the use of scalatest in a gradle Scala project.
The Unlicense
73 stars 35 forks source link

Method isColorOutput was removed in Gradle 3 #37

Closed ashlineldridge closed 8 years ago

ashlineldridge commented 8 years ago

The plugin is currently (version 0.13) unusable with Gradle 3. The colour output API was deprecated in late Gradle 2.x and removed in Gradle 3. The error I receive in Gradle 3 is:

No signature of method: org.gradle.StartParameter.isColorOutput() is applicable for argument types: () values: []

maiflai commented 8 years ago

Hi - yes, I had spotted this and committed a fix. However, my automated tests suggest there might be a problem when interacting with Jacoco, so I've not yet published it yet.

Hopefully I'll get some time before the weekend to look closer.

Sorry, Stu

ashlineldridge commented 8 years ago

No probs at all. Just thought I'd let you know. Thanks for the useful plugin!

maiflai commented 8 years ago

I've published 0.14 which should fix this - please could you have a look?

Thanks, Stu

ashlineldridge commented 8 years ago

Thanks, Stu. Just checked 0.14 and it works with Gradle 3. Thanks!

maiflai commented 8 years ago

No worries, thanks for the input