Skip to content

Commit

Permalink
update README and version bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
evant committed Nov 1, 2014
1 parent f4551c4 commit d8f05d1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 41 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 2.4.1
- Fixed compatibly with android-apt.
- Fixed typo in one of the thrown exceptions. (tomxor)

### 2.4.0

- Better incremental compile method that doesn't break lint and proguard (and
Expand Down
41 changes: 1 addition & 40 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,43 +143,4 @@ android.jar with them.
Updates
-------

### 2.4.0

- Better incremental compile method that doesn't break lint and proguard (and
probably other tasks). Because of this, `retrolambda.incremental` is deprecated
and does nothing.
- Better handling of manually setting the retrolamba version with
`retrolambConfig`.
- Don't use the retrolambda javaagent if using version `1.6.0+`.
- Set the default retrolambda version to `1.6.0`.

#### 2.3.1

- Fixed `retrolambda.incremental false` causing the retrolambda task not to run.

#### 2.3.0

- Add ability to set `retrolambda.incremental false` to disable incremental compilation, since it is
incompatible with android lint/proguard.

#### 2.2.3

- Change dependency back to `localGroovy()`, `org.codehaus.groovy:groovy-all:2.3.3` was causing
issues.

#### 2.2.2

- Support a `java.home` path that does not end in `/jre`, by using it as it is.
This is an issue on OSX which may have a different directory structure. (loune)

#### 2.2.1

- Ensure output directory is created even if the source set is missing files for the java plugin.
Otherwise, compiling the source set would error out.

#### 2.2.0

- Added way to add custom jvm arguments when running retrolambda.
- Disable `extractAnnotations` tasks since they are incompatible with java 8 sources.

Older updates have moved to the [CHANGELOG](https://github.com/evant/gradle-retrolambda/blob/master/CHANGELOG.md).
All updates have moved to the [CHANGELOG](https://github.com/evant/gradle-retrolambda/blob/master/CHANGELOG.md).
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repositories {
}

group = 'me.tatarka'
version = '2.4-SNAPSHOT'
version = '2.4.1'

dependencies {
compile gradleApi()
Expand Down

0 comments on commit d8f05d1

Please sign in to comment.