Releases: fhermansson/assertj-generator-gradle-plugin
Releases · fhermansson/assertj-generator-gradle-plugin
New options
Added options to exclude classes by regex and to use @jakarta.annotation.Generated instead of @javax.annotation.Generated.
1.1.4
Exclude synthetic classes
v1.1.3
The plugin supports and requires gradle version >= 7.1.
Bumped dependency assertj-assertions-generator to 2.2.1
v1.1.1
Default outputDir depends on testSourceSetName
v1.1.0: Migrated to kotlin.
Migrated to kotlin.
Incremental build support.
Multiple sourceSet support.
Fix resolving outputDir relative project
v1.0.2 Maintain backward compatibility with property outputDir as File, but …