Skip to content

Releases: fhermansson/assertj-generator-gradle-plugin

New options

06 Feb 10:13
Compare
Choose a tag to compare

Added options to exclude classes by regex and to use @jakarta.annotation.Generated instead of @javax.annotation.Generated.

1.1.4

04 Mar 09:07
Compare
Choose a tag to compare

Exclude synthetic classes

v1.1.3

28 Sep 13:11
Compare
Choose a tag to compare

The plugin supports and requires gradle version >= 7.1.
Bumped dependency assertj-assertions-generator to 2.2.1

v1.1.1

08 Nov 20:09
Compare
Choose a tag to compare

Default outputDir depends on testSourceSetName

v1.1.0: Migrated to kotlin.

07 Nov 23:37
Compare
Choose a tag to compare

Migrated to kotlin.
Incremental build support.
Multiple sourceSet support.

Fix resolving outputDir relative project

30 Oct 23:20
Compare
Choose a tag to compare
v1.0.2

Maintain backward compatibility with property outputDir as File, but …