All Versions
16
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v2.0.1 Changes
* Fixed compilation issue where running with `--debug` would fail the build (#169) * Updated to use `getJavaCompileProvider` instead of deprecated `getJavaCompile` (#167)
-
v2.0.0 Changes
* Support for Android Gradle Plugin 3.0.0+ only. For lower versions use 1.2.0
-
v1.2.0 Changes
* Added support for annotation processing (#142) * Disabled groovy task for when there are no groovy sources * Kotlin Support - Kotlin plugin applied before Groovy plugin will allow the Groovy compiler to know about the Kotlin source files. (#139) * Dropped (offical) support for Android Gradle Plugin Versions < 1.5.0. These plugins should continue to work but no intentional tests are being run to ensure continuing support in future releases.
-
v1.1.0 Changes
* Support for 2.2.0 of Android Gradle Plugin * Removed direct dependency on Android Gradle Plugin (#127)
-
v1.0.0 Changes
* Renamed plugin id from 'groovyx.grooid.groovy-android' to 'groovyx.android' * Renamed plugin name from 'groovy-android-gradle-plugin' to 'gradle-groovy-android-plugin'
-
v0.3.10 Changes
* Fixed problem with the plugin being applied to projects using Gradle 2.12
-
v0.3.9 Changes
* GroovyCompile's targetCompatibility and sourceCompatibility are automatically set based off of JavaCompile's * Custom groovy sourceSets added. Java directories may be used to java be joint compiled with groovy * Added flag in androidGroovy to skip JavaCompile and have GroovyCompile do all compilation.
-
v0.3.8 Changes
* Fixes issues for users not on Java 8. Supports Java 6+
-
v0.3.7 Changes
* Support for Android Gradle plugin 1.2.0 - 1.5.0
-
v0.3.6 Changes
* Support for Android Gradle plugin 1.1.0