Releases: Ibotta/gradle-aspectj-pipeline-plugin
Release 1.4.1
Dependency updates:
AGP: 7.2.1 -> 7.3.0
AppCompat: 1.4.1 -> 1.5.1
Gradle Publish Plugin: 0.20.0 -> 1.0.0-rc-1
Junit: 5.8.2 -> 5.9.1
Kotlin: 1.7.0 -> 1.7.10
Kotlin DSL: 2.2.0 -> 3.1.0
Mockito: 4.2.0 -> 4.8.0
MockK: 1.12.2 -> 1.13.1
Gradle: 7.4.2 -> 7.5.1
Compile/Target Version: 31 -> 33
Release 1.4.0
Add support for Kotlin 1.7.0
- NOTE: This version will only work with Kotlin >=1.7.0
Release 1.3.1
- Throws exception during build time if
DynamicFeaturePlugin
is missing. (See issue #11 )
Release 1.3.0
- Upgraded dependencies where new versions were available
- Removed all JCenter repository references
Released on the Gradle Plugin Portal: https://plugins.gradle.org/plugin/com.ibotta.gradle.aop
Release 1.2.0
- Hopeful fix for an issue first seen after upgrading Android Tools Gradle Plugin to 7.0.2. This issue would cause builds to fail on the
extract<Variant>Annotations
task.
Fix to support Kapt incremental builds
As reported in issue #3, this plugin was causing builds to fail when Kapt incremental builds were enabled. This release contains a fix for this issue.
First public release: version 1.0.7
This is the first public release. Version 1.0.7. And it is hosted on the Gradle Plugin Portal: https://plugins.gradle.org/plugin/com.ibotta.gradle.aop
Release 1.0.0
First release of a working version of this plugin.