Skip to content

Latest commit

 

History

History
72 lines (70 loc) · 2.38 KB

CHANGELOG.md

File metadata and controls

72 lines (70 loc) · 2.38 KB

2.0.1

* Fixed compilation issue where running with `--debug` would fail the build (#169)
* Updated to use `getJavaCompileProvider` instead of deprecated `getJavaCompile` (#167)

2.0.0

* Support for Android Gradle Plugin 3.0.0+ only. For lower versions use 1.2.0

1.2.0

* 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.

1.1.0

* Support for 2.2.0 of Android Gradle Plugin
* Removed direct dependency on Android Gradle Plugin (#127)

1.0.0

* Renamed plugin id from 'groovyx.grooid.groovy-android' to 'groovyx.android'
* Renamed plugin name from 'groovy-android-gradle-plugin' to 'gradle-groovy-android-plugin' 

0.3.10

* Fixed problem with the plugin being applied to projects using Gradle 2.12

0.3.9

* 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.

0.3.8

* Fixes issues for users not on Java 8. Supports Java 6+

0.3.7

* Support for Android Gradle plugin 1.2.0 - 1.5.0

0.3.6

* Support for Android Gradle plugin 1.1.0

0.3.5

* Moved to Groovy organization
* renamed from 'me.champeau.gradle.groovy-android' to 'groovyx.grooid.groovy-android'
* Support for plugin version 0.14
* Support for plugin version 1.0.0
* Add support for build type specific source directory

0.3.4

* Support for product flavors

0.3.3

* Fix javaCompile task referencing Groovy sources

0.3.2

* Add support for Groovy compilation options
* Fix joint compilation bug
* Sources need to be in 'src/main/groovy'

0.3.1

* Make sure the plugin works with Android Tools 0.13+
* support for androidTest
* add the "groovy" sourceSet

0.3.0

* Support for Android library plugin