Skip to content

Releases: nebula-plugins/nebula-test

v10.0.0-rc.1

08 Jun 20:44
497b417
Compare
Choose a tag to compare

Gradle 7 compatibility with Spock 2.0

v10.0.0

08 Jul 17:05
Compare
Choose a tag to compare

Breaking change: Gradle 7 compatibility with Spock 2.0. This release is only compatible with Gradle 7 and forward due to the usage of Spock 2.0 with Groovy 3

v9.0.0

08 Jun 16:54
e3fe4bc
Compare
Choose a tag to compare

Remove transitive dependencies on guava and commons-io. cglib-nodebandobjenesismoved toruntime` scope.

This can be breaking change if you are defining custom classpath filters for runners. The API used to be com.google.common.base.Predicate now it is java.util.function.Predicate

v8.2.0

06 May 16:13
5595fb9
Compare
Choose a tag to compare

Add ability to specify Gradle version which should be used for generating repositories with dummy dependencies.

v9.0.0-rc.3

10 Mar 02:17
b1ca7e9
Compare
Choose a tag to compare

Avoid adding testing frameworks into classpaths of project under test. It helps to avoid conflicts between Spock 2.x and old groovy if older Gradle version is specified in a test.

v9.0.0-rc.2

09 Mar 22:07
5582835
Compare
Choose a tag to compare

Additional handling of deprecations scenarios in Gradle 7

v9.0.0-rc.1

08 Mar 23:00
4107317
Compare
Choose a tag to compare

nebula-test migrated to Gradle 7 introducing Groovy 3. This major version will not work with projects using Gradle 6.x or less.

v8.1.0

05 Mar 23:34
29564c5
Compare
Choose a tag to compare

This version reverts previous feature to the state of the version 7.10.2 We discovered that there are problems in intended backward compatibility with Gradle 6.

v8.0.0

05 Mar 21:31
500d9d8
Compare
Choose a tag to compare

Add groovy3 feature variant to allow parallel support for Gradle 6 and Gradle 7. How to use the variant is documented here

v8.0.0-rc.1

05 Mar 20:56
500d9d8
Compare
Choose a tag to compare
v8.0.0-rc.1 Pre-release
Pre-release

Add groovy3 feature variant to allow parallel support for Gradle 6 and Gradle 7.