maiflai / gradle-scalatest

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

-x test is ignored #76

Closed tekumara closed 5 years ago

tekumara commented 5 years ago

Excluding the test task is ignored, eg:

./gradlew -x test build

Will still run the tests (if the code has been changed).

maiflai commented 5 years ago

Sorry, I can't reproduce this.

Please could you provide a sample project (or at least the version of Gradle and this plugin that you are using)?

Thanks, Stu.

tekumara commented 5 years ago

My bad, after trying to replicate this on a minimal project, the issue actually appears to be with com.adtran.scala-multiversion-plugin

maiflai commented 5 years ago

No worries, thanks for confirming.