Releases: maiflai/gradle-scalatest
Releases · maiflai/gradle-scalatest
0.31
- support for Gradle 7.0 - not backwards compatible.
0.26
- Fix #79 Spec is only run if the class ends in "Spec"
0.24
Support configuration of user-created Test
tasks
task myTest(dependsOn: testClasses, type: Test, group: 'verification') {
com.github.maiflai.ScalaTestPlugin.configure(it)
tags {
include 'com.example.tags.MyTag'
}
}
0.21
Event Types
Quiet running can be enabled by suppressing all test events.
test {
testLogging.events = []
}
0.19
- Gradle 4.5 compatibility (thanks @sghill)
0.18
- Address #28 by detecting common test suffixes
- Upgrade the publish plugin (0.17 partially published to the plugin repository)